I am using the Option Explicit statement on my forms VBA code as the performance analyzer suggested. Now when I try to compile the VBA code it has a problem with this:
DoCmd.SetWarnings (WarningsOff)
Compile error saying that the "variable is not defined" Any ideas ?
Thanks
DoCmd.SetWarnings (WarningsOff)
Compile error saying that the "variable is not defined" Any ideas ?
Thanks