Capture UserID and add to record

chappy68

Registered User.
Local time
Today, 12:43
Joined
Aug 15, 2011
Messages
76
I have a login form where a UserID and Password is entered. When the user creates a new record, I want to add the UserID to the record.

I have a form, bound to a table, where the user enters info for a new record. How do I capture the UserID and add to the record?
 
Don't close the login form, set it's .visible property to false when the user logs in.

Then you can set the default value to the textbox on the login form.
 

Users who are viewing this thread

Back
Top Bottom