Losing data via a combo box

Gorio

Registered User.
Local time
Today, 03:30
Joined
Sep 26, 2000
Messages
33
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?
 

Users who are viewing this thread

Back
Top Bottom