Desperately Need Help!!! Find/Replace & Add Record Cmds fail!!

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

Guest

I have several forms in the my database which have command buttons for Find/Replace, Add New Record, Delete Record and Quit Application. These command buttons were working just fine. However, they have stopped working. When I click on the Find/Replace command button I get a dialog box with, "you cannot use find/replace now". When I click on the Add New Record, nothing happends. However, when I click on the Quit Application button it works by closing the application down. I tried deleting the command buttons and adding them again and the same thing happens. I have created a new form in the same database with new command buttons and still the same. I have opened other databases, and still get the same message. Does anybody know what this means? Can anyone help? Thank you in advance for any advice I can get.
 
Try to delete all code in VB (ALT + F11) relating to the
buttons you previously created and create the buttons
again. The code will re-generate and should work fine then.
 
Back
Top