reference troubles

Peter2222

Registered User.
Local time
Today, 19:04
Joined
Oct 26, 2005
Messages
14
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.
 

Users who are viewing this thread

Back
Top Bottom