air code
dim db as dao.database
dim tdf as dao.tabledef
set db = codedb.
for each tdf in db.tabldefs.
if tdf.connect <> "" then
tdf.RefreshLink
endif
next tdf
(david)
"KARL DEWEY" <(E-Mail Removed)> wrote in message
news:664F8C65-3D90-4CCC-9CBB-(E-Mail Removed)...
> Try opening the front end.
>
> "jsccorps" wrote:
>
> > I have cases where the front end show a table as linked, but there is no
> > associated table in the backend. (evidently, i removed the table from
> > backend but did not remove it from the frontend.). Is there a routine
that
> > checks for such cases?
|