Hi Forum,
We have an MS Access 2000 database and we login as users with an ID.
This was setup by experts that are now no longer available.
I can do a fair bit with the database but we have some activities that are user and user group related ie an administrator can do "this" only.
When we record messages with a form the form knows who the user is so the message table is updated with details including the user.
I know there is more to my question then a quick response can cover but for now if I could be directed into an area of research and then I can ask specific questions as i learn.
We have a TBLTeamMembers that holds our Initials (key) full name and Team Status.
This sql statement "SELECT T.TeamID, T.TeamFirstName & ' ' & T.TeamLastName As Operator FROM TBLTeamMembers AS T;" is row source data in a Combo Box of a form to create a new message.
The sql looks simple in that it selects the id, firstname & lastname from the above table but... why does it not select all of them?? where would the form hold who actually logged into the database??
Enough for now and appreciate some advice.
We have an MS Access 2000 database and we login as users with an ID.
This was setup by experts that are now no longer available.
I can do a fair bit with the database but we have some activities that are user and user group related ie an administrator can do "this" only.
When we record messages with a form the form knows who the user is so the message table is updated with details including the user.
I know there is more to my question then a quick response can cover but for now if I could be directed into an area of research and then I can ask specific questions as i learn.
We have a TBLTeamMembers that holds our Initials (key) full name and Team Status.
This sql statement "SELECT T.TeamID, T.TeamFirstName & ' ' & T.TeamLastName As Operator FROM TBLTeamMembers AS T;" is row source data in a Combo Box of a form to create a new message.
The sql looks simple in that it selects the id, firstname & lastname from the above table but... why does it not select all of them?? where would the form hold who actually logged into the database??
Enough for now and appreciate some advice.