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?
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?