C
cpamxn
I need to put in a code so that when someone opens the DB, the record changes
under tool/options/ edit-find "recod changes" is set to "false". Many user's
Access was not set up properly. The following code does not work. can someone
please help?
Private Sub Form_Open(Cancel As Integer)
DoCmd.DoMenuItem "tools", "Options", "edit/find", "record changes" = False
Thank You
under tool/options/ edit-find "recod changes" is set to "false". Many user's
Access was not set up properly. The following code does not work. can someone
please help?
Private Sub Form_Open(Cancel As Integer)
DoCmd.DoMenuItem "tools", "Options", "edit/find", "record changes" = False
Thank You