Hi,
I have a Library database (access), and one database (access) that I have set up a reference to this library database.
I refered to it using tools > reference > browse etc. this worked fine.
Then instead I tried doing it programmatically like this
dim ref as reference
set ref = references("referencename") where reference name is the full file name of my library database.
It doesn't work though! please help
Peter.
I have a Library database (access), and one database (access) that I have set up a reference to this library database.
I refered to it using tools > reference > browse etc. this worked fine.
Then instead I tried doing it programmatically like this
dim ref as reference
set ref = references("referencename") where reference name is the full file name of my library database.
It doesn't work though! please help
Peter.