Hello,
I have a login form (frmUSER) that check up the values in the table "USERS", and each user must choose from a cbobox (cboUSERID) his name and write his password in the textbox "txtPassword". If everything it's ok they go on to frmCalls where they insert every call they have on a particular date.
The second form uses another table that also contains the User_ID (the pk from the table users).
I would like to automatically set the USER_ID value at the value the user used to log on.
Anyone has some ideeaS?
I have a login form (frmUSER) that check up the values in the table "USERS", and each user must choose from a cbobox (cboUSERID) his name and write his password in the textbox "txtPassword". If everything it's ok they go on to frmCalls where they insert every call they have on a particular date.
The second form uses another table that also contains the User_ID (the pk from the table users).
I would like to automatically set the USER_ID value at the value the user used to log on.
Anyone has some ideeaS?