R
Ray
I developed an app using Access2K. Seeing my computer at
work uses Access97, I proceeded by converting to prior
version. I copy this 97db onto my work computer and compile
before using.
When I click on one of the buttons to print a report, I get
an error 2465. Application-Defined or Object-Defined Error.
I checked my references and changes from DAO3.6 to DAO3.5
but that didn't help.
When it errors, it stops at the following code:
Set rs = Me!qryShipmentDimssubform.Form.Recordset
Any idea what causes this. I have never come across this
error in the five years of playing around with Access.
Thanks
Ray
work uses Access97, I proceeded by converting to prior
version. I copy this 97db onto my work computer and compile
before using.
When I click on one of the buttons to print a report, I get
an error 2465. Application-Defined or Object-Defined Error.
I checked my references and changes from DAO3.6 to DAO3.5
but that didn't help.
When it errors, it stops at the following code:
Set rs = Me!qryShipmentDimssubform.Form.Recordset
Any idea what causes this. I have never come across this
error in the five years of playing around with Access.
Thanks
Ray