Hi!
I have been given a project to update an old Access 2000 adp created by a vendor to Access 2010. It gives the end users various VB errors. When i try to debug it, i get the User defined type not defined error on the following code:
Public Function Add(tag As String, _
Value As String) As TaggedValue
My VB is really bad and i did some preliminary searching, added the microsoft DAO object library to the tools/references section to no avail. Any assistance is much appreciated!
LE
I have been given a project to update an old Access 2000 adp created by a vendor to Access 2010. It gives the end users various VB errors. When i try to debug it, i get the User defined type not defined error on the following code:
Public Function Add(tag As String, _
Value As String) As TaggedValue
My VB is really bad and i did some preliminary searching, added the microsoft DAO object library to the tools/references section to no avail. Any assistance is much appreciated!
LE