How do I know the referenced name in Access?
Brief description: How do I know the corresponding name of the reference?
I want to reference the reference to the quote dialog, but I don't know what it is, I don't know what help?
Such as: Microsoft Office 10.0 Object Library is not dialog box, then browse it, what is its corresponding name?
Also, if you see some of the database, you can't find some reference dialog box in my database.
problem:
How do I know the corresponding name of the reference? I want to reference the reference to the reference dialog, but I don't know how to help? If you have any help? , What is its name? And if you see some of the database, and you can't find some of my database's reference dialog box?
Reply:
Use the following code to display the name of all class libraries that have been referenced
Function DisplayAllDll () DIM R AS Reference On References Debug.print "Biling Name:" & R.Name Debug.print "library file absolute path:" & r.FullPath debug.print " Built: "& r.Builtin Debug.print" Class Library version number "& r.minor next After getting the class library name, you can use" later reference "to establish the needs of the needs, such as
DIM RSSET RS = CREATEOBJECT ("AdoDb.Recordset")
http://access911.net webmaster collection