Linked Tables

  • Thread starter Thread starter Greg Hibbard
  • Start date Start date
G

Greg Hibbard

I have an application that I moved to another machine that has access. Now
the application does not work and I am afraid that it might have something
to do with Linked Tables. When I click on a button an error window comes up
and tells me that it cannot run the object or something like that. How do I
relink all the tables in the application or what else could it be?
 
I have an application that I moved to another machine that has access. Now
the application does not work and I am afraid that it might have something
to do with Linked Tables. When I click on a button an error window comes up
and tells me that it cannot run the object or something like that. How do I
relink all the tables in the application or what else could it be?

Since you don't say what the actual error message is, it's pretty hard
to say!

Tools... Database Utilities... Linked Table Manager will let you
relink the backend; you may also have missing references - to find
out, open the VBA editor (by typing Ctrl-G) and select Tools...
References. If one is marked MISSING, uncheck it, recheck it, close
and open Access.

If neither of these helps, please post the error message and the
circumstances which cause it to arise (e.g. the VBA code in the
button's Click event).
 
Back
Top