Server Changed.. macros change?

A

abc

The server name at work changed.. now the macros on our access 97
database aren't running correctly.. is this because of the change in
server name??

please help!
 
J

james.igoe

Depends. By server, which server? Is it one the app runs from, or one
that the app connects to?

It sound reasonable to assume, but there might be other issues as well.
 
D

Douglas J Steele

You probably need to relink your tables. You can use the Linked Table
Manager, which you'll find under Tools | Add-Ins in Access 97.
 
A

abc

It says "There are no linked tables in the database"....

Normally, the macro backs everything up before the macro runs... now
the macro is pulling from the wrong server?
 
J

james.igoe

obviously then, it is a problem with the connection string, either in a
macro, or specifically in VBA, possibly called by a macro.

do you have local support?
 
Top