can use code to reference mde file?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Does anyonw know how to use vba code from mdb to add or replace a reference
to an mde file?
Thanks in advance
 
Open the VBE window. Select Tools > References. Click the Browse button to
find your .mde file.
 
Or, to use vba (as requested <g>), look at the AddFromFile method of the
References collection.
 
Back
Top