I have a form that uses a combo box to find the proper record in a table to add, delete and change data in. I have a curiously interesting problem. In the form I have 3 columns of data that would be manipulated. When I click on any of the choices in the combo box it deletes the data in the first record of the table.
I do have a macro that sets the controls to Null, but that is done when the form loads and before a record is chosen.
Any ideas on where my error is on this?
I do have a macro that sets the controls to Null, but that is done when the form loads and before a record is chosen.
Any ideas on where my error is on this?