Closing connection to linked database

R

ReidarT

How do I close a connection to a backend database (the purpose is to copy
the backend database)?
regards
reidarT
 
G

Graham Mandeno

Hi Reidar

All you need to do is close all recordsets which reference linked tables
(including of course any forms which include linked tables in their
recordsource).
 
Top