I have a DB that was created in 2003. We have upgraded to 2010 and most of the Command Buttons "On click" will not work. When you click on the button it just sits there. On a form I have a very simply button that when you click on it, the data is to be saved and the form close. Any help would be greatly appreciated.
Private Sub Command196_Click()
blnClose = True
DoCmd.Close acForm, "FRMCounMainTab", acSaveNo
Private Sub Command196_Click()
blnClose = True
DoCmd.Close acForm, "FRMCounMainTab", acSaveNo