Hi,
I have a form and an associated table. The data that is entered in the form automatically gets entered in to the table without a save button (I don't know how)
How do we turn on or off the auto save feature?
Also, the table should only contain unique rows. For example, say my table has 3 fields, UserID, Name and Address.
Say, I have only entered UserID and Name today and come back tomorrow to fill the same form with the same UserID, Name but now will update an address.
What is happening is, a new record is being created instead of the first record just getting updated with the address information.
How do I stop this (Are there any features/properties I can set in the form to just update it OR write VBA code)
Please advise.