Hi All,
In my form I have created a textbox which shows me the information from a combobox using a AfterUpdate event.
This works fine but once I go to any other record in the database the textbox keeps the value from the last saved record.
How do I get the textbox save the specific value chosen from the combobox per record.
This would also help me using the textbox values in my query later on.