Form problem

  • Thread starter Thread starter JP
  • Start date Start date
J

JP

I have a basic form with several command buttons on it.
Everything works fine. When I send it to a different
location, the command buttons do not work on this form
but one of them. Any ideas of what could be causing
this? The individuals at the other location are using
the same version of Access and everythin. Thanks for any
help!
 
Just because they may be using the same version of Access, that does not
mean they have the same references set that is used at your location. What
you user needs to do is open the database, assuming they have an mdb, and
compile the database. If an error is returned then they need to check the
set references under the code editor window by opening Tools | References.
If you are not sure how to get to the code editor window, use one of these
methods. Click on a form and click the Code icon on the toolbar (aqua,
yellow and red). Click on a module and open in design view or try Alt-F11.

Once they find the missing reference, they either need to reset that
reference and compile the database again or uncheck the missing reference as
it may not be needed and try to compile the database until it becomes
successful.
 
Back
Top