K
Kevin
A beginning VBA user here. Please forgive the ignorance
here.
I have been asked to put together a shared database
application. It will reside on a server and will be
accessed by various people with access to that server.
These people will be using forms I create, to access data,
modify data and delete data. Two of the same people will
never be alllowed to access the same data, so I dont
anticipate having problems with record locks, etc.
These people will log into this database using a login
routine designed in MS Access. This login information
will dentify who they are and what information they will
have access to from the login information.
-How can i store this data and have it available to my
routines and functions for the user, when they run
reports, queries, etc? If the login data is assigned
Public variables, will it be overwritten by "the next
user" loggin in? I thought of writing identification
information to a switchboard/form and using this
information for reports, queries, etc, but I think that it
will be overwritten by "the next user"....or is the
information contained on the forms, stored locally????
I need some guidance and suggestions please.
Regards
here.
I have been asked to put together a shared database
application. It will reside on a server and will be
accessed by various people with access to that server.
These people will be using forms I create, to access data,
modify data and delete data. Two of the same people will
never be alllowed to access the same data, so I dont
anticipate having problems with record locks, etc.
These people will log into this database using a login
routine designed in MS Access. This login information
will dentify who they are and what information they will
have access to from the login information.
-How can i store this data and have it available to my
routines and functions for the user, when they run
reports, queries, etc? If the login data is assigned
Public variables, will it be overwritten by "the next
user" loggin in? I thought of writing identification
information to a switchboard/form and using this
information for reports, queries, etc, but I think that it
will be overwritten by "the next user"....or is the
information contained on the forms, stored locally????
I need some guidance and suggestions please.
Regards