I am using the DLookUp function to automatically fill in a user's initials when their name is selected in a combo box on my form. The function works fine, and the initials are automatically filling in on my form. The problem is, they aren't storing in my table!
I tried setting up a non-visible text box with the control set to the field in the table that I want to store the initials in and having the default value set to = the value in the lookup field - not working.
How do I get my form to store the initials in the table???
I tried setting up a non-visible text box with the control set to the field in the table that I want to store the initials in and having the default value set to = the value in the lookup field - not working.
How do I get my form to store the initials in the table???