S SalmanZeiad Member Local time Tomorrow, 00:59 Joined Oct 30, 2017 Messages 112 Jan 19, 2023 #1 I want to log the date and time of each user login and display the last time logged in
Gasman Enthusiastic Amateur Local time Today, 22:59 Joined Sep 21, 2011 Messages 17,490 Jan 19, 2023 #2 Use a login form and write the data to a table before moving to the next form/switchboard.? Then show in the relevant forms. I used to keep the username, authority level in Tempvars. You could do the same with the login date/time?
Use a login form and write the data to a table before moving to the next form/switchboard.? Then show in the relevant forms. I used to keep the username, authority level in Tempvars. You could do the same with the login date/time?
S SalmanZeiad Member Local time Tomorrow, 00:59 Joined Oct 30, 2017 Messages 112 Jan 19, 2023 #3 Gasman said: Use a login form and write the data to a table before moving to the next form/switchboard.? Then show in the relevant forms. I used to keep the username, authority level in Tempvars. You could do the same with the login date/time? Click to expand... Attachments Database1.accdb Database1.accdb 608 KB · Views: 204
Gasman said: Use a login form and write the data to a table before moving to the next form/switchboard.? Then show in the relevant forms. I used to keep the username, authority level in Tempvars. You could do the same with the login date/time? Click to expand...