MDA files get name in references from?

  • Thread starter Thread starter techrat
  • Start date Start date
T

techrat

I have several .mda files that I reference in various .mdb files and I
have one file that has a slightly different name shown in the
references/available references dialog box. This is not a big deal but
I would like the naming to be consistent and cannot for the life of me
figure out how to change the reference name that is displayed in this
box.

Thanks in Advance!
 
Hi Techrat,

I just did a quick experiment, and it looks like the VBA Project Name is
what shows up in the references listing, when you select the resulting .mda
file as a reference.
Open any code module in your .mda file. Then click on:

Tools | {ProjectName} Properties...


Tom Wickerath
Microsoft Access MVP
http://www.accessmvp.com/TWickerath/
__________________________________________
 
Perfect! This is one of those things that I could have spent far too
long trying to figure out on my own!
Ah the power of asking!
 
Back
Top