I am creating an access database that requires I have a separate column for each of the following three fields (which are related to my question): First name, last name, full name (syntax: "last, first").
I was wondering if there was a way that I could have a hidden input field (which would be the "full name" field). This hidden field would be filled with the data the user types in for "first name" and "last name", and would parse to the database all the same. Is this possible using basic Forms in Microsoft Access? Could I code the value for the field to be the user's input.
TIA!
