What version are you runningFrom the Main Menu the first time the add a authors name button is pressed, I receive an error message. After the first time there is no error message.
And you could not possible tell us what that error message was?I receive an error message.
Assuming you were asking me, I'm using 2016.What version are you running
And you could not possible tell us what that error message was?
I would say no...Why do you need that reference BTW?
I am new to access. How did you get to this screen, what do you mean debug/compiled itI also do not get the error, however I did look at your references and noticed this:
View attachment 116701
I unchecked it, debug/compiled it, and everything worked fine like before.
Compiled for me?The code will work without the reference as long as no procedure from the library is called. It won't compile though.
I am currently away on and errand. @Gasman or @Pat Hartman can you assist?I am new to access. How did you get to this screen, what do you mean debug/compiled it
Figured it out and it worked. Thank YouIf you are asking how to get to the References screen:
1. Open the VBE to any code module
2. Click on Tools
3. Click on References
4. Uncheck the library that is marked as missing
If you actually need to use this library, then unchecking it will simply move the error to a different part of the application. If you need to use the code, you need the reference. If you need the referenced library, you MUST install it on all PC's where your application needs to run.