M
Mark
Hello, I am having trouble refreshing a linked table
reference in code using Access 2002. I haven't been able
to find it documented anywhere but I have been unable to
assign a new location to the Connect property.
My code is as follows:
CurrentDb("Switchboard Items").Connect = ";DATABASE="&
strdbLoc
after the following statement, examining the connect value
shows that it has not been changed. Also it appears I
cannot do something like:
set tdf=CurrentDb("Some Table Name")
examining tdf shows the object is not set.
reference in code using Access 2002. I haven't been able
to find it documented anywhere but I have been unable to
assign a new location to the Connect property.
My code is as follows:
CurrentDb("Switchboard Items").Connect = ";DATABASE="&
strdbLoc
after the following statement, examining the connect value
shows that it has not been changed. Also it appears I
cannot do something like:
set tdf=CurrentDb("Some Table Name")
examining tdf shows the object is not set.