Hello! I am in need of creating a login screen which I suppose would be made with a form. I already have the form opening up when the database is opened.
I am then in need of a way to create a login screen which allows the user to enter their name, the date, and effectivly, log in, entering the time that they logged on into a table where a field is already created, Start_Time.
Vice/Versa however I also need a way that the user can either go back to the login form or what have you and logout creating a time entered into the End_Time field, or by creating an unload/onclose event to state the end time instead.
If any more information is needed, please feel free to ask.