Question on References

C

CK

I have been wondering: when I compiled an MDB file into an MDE file with
certain references, are those references "compiled" together into the MDE
file? Or do I have to go to the workstation, start up Access, and make sure
those same references are selected? Thanks.
ck
 
R

Rick Brandt

CK said:
I have been wondering: when I compiled an MDB file into an MDE file
with certain references, are those references "compiled" together
into the MDE file? Or do I have to go to the workstation, start up
Access, and make sure those same references are selected? Thanks.
ck

The *references* are stored in the file. What is an issue is whether the
resources those references are pointing at exist on the target PC.
 
C

CK

Thanks, Rick. How do I know which reference is pointing to which file? Or to
rephrase my question: how can I find out if the file exists?
ck
 
Top