
using a set statement to set a variable to another db
hi,
I am writing a function that will compare tables in our clients db of
our product to our latest version. Comparing field properties etc.
the set function will not let me do this
dim db as database
set db = 'c:\thisdatabase.mdb'
my question is what is the right way to reference an externla database
thanks
seve