Adding References to Access

M

MEAD5432

I added a reference to "Microsoft Visual Basic for Applications Extensibility
5.3" within the coding in my database. I made this change because my date()
function was not working correctly. Adding this reference solved the problem.

Will I need to make this change on all the computers that access my database
or will making the change within the file affect all users?

Thanks.
 
D

Douglas J. Steele

References live with the database. The issue will be whether your users have
the same version of the file on their machine or not.
 
T

Tony Toews [MVP]

MEAD5432 said:
I added a reference to "Microsoft Visual Basic for Applications Extensibility
5.3" within the coding in my database. I made this change because my date()
function was not working correctly. Adding this reference solved the problem.

Will I need to make this change on all the computers that access my database
or will making the change within the file affect all users?

I'd far sooner remove that reference, compile the code and fix up the
problems.

Tony
--
Tony Toews, Microsoft Access MVP
Please respond only in the newsgroups so that others can
read the entire thread of messages.
Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm
Tony's Microsoft Access Blog - http://msmvps.com/blogs/access/
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top