E
Ennex
Okay, thank you to Dirk Goldgar and George Nicholson. I changed:
-- "Dim ___ As Database" to "... As DAO.Database"
-- All occurances of "As Table" to "As DAO.Recordset"
-- All occurances of ".OpenTable" to ".OpenRecordset"
The compiler issued one final ByRef error, which I fixed, and the code now
compiles and the forms fill out with no errors. So thank you for your quick
and helpful replies. How is it that this very helpful resource is free???
As they also recommended, I removed the reference to ADOX.
Now I have a question about four other references:
#1. Should I also deselect the reference to ADO:
Microsoft ActiveX Data Objects 2.8 Library (MSADO15.dll)
When I fist started looking at references, they included:
#2. OLE Automation (StdOLE2.tlb)
#3. Microsoft Visual Basic for Applications Extensibility 5.3
Should these be left in or deselected?
The code seems to complile and run fine with or without the above three
references.
#4. The references also originally included one called "utility". But after
I deselected it, it disappeared from the list and I've never seen it since.
What was that and do I want it back for any reason?
Thanks again for your help.
Regards,
Marshall Burns
www.Ennex.com
-- "Dim ___ As Database" to "... As DAO.Database"
-- All occurances of "As Table" to "As DAO.Recordset"
-- All occurances of ".OpenTable" to ".OpenRecordset"
The compiler issued one final ByRef error, which I fixed, and the code now
compiles and the forms fill out with no errors. So thank you for your quick
and helpful replies. How is it that this very helpful resource is free???
As they also recommended, I removed the reference to ADOX.
Now I have a question about four other references:
#1. Should I also deselect the reference to ADO:
Microsoft ActiveX Data Objects 2.8 Library (MSADO15.dll)
When I fist started looking at references, they included:
#2. OLE Automation (StdOLE2.tlb)
#3. Microsoft Visual Basic for Applications Extensibility 5.3
Should these be left in or deselected?
The code seems to complile and run fine with or without the above three
references.
#4. The references also originally included one called "utility". But after
I deselected it, it disappeared from the list and I've never seen it since.
What was that and do I want it back for any reason?
Thanks again for your help.
Regards,
Marshall Burns
www.Ennex.com