PC Review


Reply
Thread Tools Rate Thread

Custom menu for each user?

 
 
=?Utf-8?B?Q3JhaWc=?=
Guest
Posts: n/a
 
      22nd Jan 2007
Hi,
My Database will be deployed to each of our 5 manufacturing processes, and
each process have their own login/password (setup from the Security Wizard),
how can i set each user a default menu bar? i was thinking of doing it with
the login code.

If CurrentUser() = "Blending" Then
DoCmd.OpenForm "frmSwitchBlending"
>>>>Can i put some kind of setmenu code after this?


Thanks
 
Reply With Quote
 
 
 
 
Joseph Meehan
Guest
Posts: n/a
 
      22nd Jan 2007
Craig wrote:
> Hi,
> My Database will be deployed to each of our 5 manufacturing
> processes, and each process have their own login/password (setup from
> the Security Wizard), how can i set each user a default menu bar? i
> was thinking of doing it with the login code.
>
> If CurrentUser() = "Blending" Then
> DoCmd.OpenForm "frmSwitchBlending"
>>>>> Can i put some kind of setmenu code after this?

>
> Thanks


Actually each user should have their own "front end" on their own
computer linked to the data on the "back end" located on the server. (I am
assuming they are not all using the same computer.) Take a look at the idea
of "splitting" a database. It is a procedure designed for just this kind of
situation and has many more advantages and will help you avoid many possible
problems.


--
Joseph Meehan

Dia 's Muire duit



 
Reply With Quote
 
Joseph Meehan
Guest
Posts: n/a
 
      23rd Jan 2007
Tom Wickerath wrote:
> Joesph,
>
> Splitting an application is definately something that should be done
> for a robust multi-user Access application. However, unless you, as
> the developer wish to be burdened with creating custom FE files for
> each group (ie. "Blending", "QC", etc.), splitting alone is not the
> entire answer.


I agree that there are times when it is a good choice and times when it
is not. I would appear IMO that this was a case where it should be
considered. I may or may not be a good idea. I may not have made that as
clear as I should have in my original message, thanks for helping clarify
it. It might not even be a good idea for this application.

>
>
> Tom Wickerath
> Microsoft Access MVP
>
> http://www.access.qbuilt.com/html/ex...tributors.html
> http://www.access.qbuilt.com/html/search.html
> __________________________________________
>
> "Joseph Meehan" wrote:
>
>> Actually each user should have their own "front end" on their own
>> computer linked to the data on the "back end" located on the server.
>> (I am assuming they are not all using the same computer.) Take a
>> look at the idea of "splitting" a database. It is a procedure
>> designed for just this kind of situation and has many more
>> advantages and will help you avoid many possible problems.
>>
>>
>> --
>> Joseph Meehan
>>
>> Dia 's Muire duit


--
Joseph Meehan

Dia 's Muire duit



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to call user defined function (UDF) from custom menu in Excel2003? Dutch_Guy Microsoft Excel Programming 3 28th Feb 2008 03:59 PM
RE: How to invoke a user form from a custom button on the menu bar =?Utf-8?B?SkxHV2hpeg==?= Microsoft Excel Programming 0 20th Jan 2007 03:32 AM
How to restore a Custom menu if a user presses Cancel after selcting exit Alseikhan Microsoft Excel Programming 4 4th Apr 2006 06:23 AM
Not able to call a function from custom menu item that is added in word menu(File) jayrm100@yahoo.com Microsoft Word Document Management 0 9th Nov 2005 05:36 AM
Deletion of XP user acccount deletes custom menu? Lost Puppy Microsoft Word Document Management 1 27th Jul 2003 09:23 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 12:30 AM.