I need urgent help with Macro

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I created a form that requires one to search for a serial number to a product. Once the serial number is found
the user clicks a radio button that allows them to enter intake information. It opens the new form and closes th
original one. the problem is....after searching for the serial number, once it is located and the new form is opened
a "-1" appears in the field of the table where the serial number was located. If you search again, it finds the
serial number and replaces it with a "-1" again. I need to know why this happens and how to stop it from deleting
the serial numbers on the "find" operation
 
Tambrocio,

Here's a hunch... It sounds like the radio button might be bound to the
Serial Number field. Can you check this? Can you also please give some
details about the procedures you are using? In particular the full
details of the macro or code that are involved in opening the new form
at the selected product record.
 
Back
Top