![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi, Using Access 2003. Limited Knowledge. *I have a db that has a self made login screen (not created via security) with drop down user selection Maintenance, Nursing, Housekeeping. *Currently all the drop down does is provide criteria used to direct user to appropriate switchboard. *Is there an EASY way of being able to keep the session user information available for use in a query? *At present I'm using different quiries and sometimes forms for each of the user groups which is leading to a bloated DB. *Any tips and advice woulds be very welcome. Thanks in anticipation DonH |
#3
| |||
| |||
|
|
On 21 jan, 12:27, donh <donhar... (AT) gmail (DOT) com> wrote: Hi, Using Access 2003. Limited Knowledge. *I have a db that has a self made login screen (not created via security) with drop down user selection Maintenance, Nursing, Housekeeping. *Currently all the drop down does is provide criteria used to direct user to appropriate switchboard. *Is there an EASY way of being able to keep the session user information available for use in a query? *At present I'm using different quiries and sometimes forms for each of the user groups which is leading to a bloated DB. *Any tips and advice woulds be very welcome. Thanks in anticipation DonH If you do not close the login screen, you refer to the form from queries. If not, you could store the user name in a table containing only one record (using the after update event of the user field on the login form).. In queries you can use a DLoopUp to obtain the current user. Groeten, Peterhttp://access.xps350.com |
#4
| |||
| |||
|
|
Hi, Using Access 2003. Limited Knowledge. I have a db that has a self made login screen (not created via security) with drop down user selection Maintenance, Nursing, Housekeeping. Currently all the drop down does is provide criteria used to direct user to appropriate switchboard. Is there an EASY way of being able to keep the session user information available for use in a query? At present I'm using different quiries and sometimes forms for each of the user groups which is leading to a bloated DB. Any tips and advice woulds be very welcome. Thanks in anticipation DonH |
![]() |
| Thread Tools | |
| Display Modes | |
| |