Silly me - I thought that if I told Access2002 to save my adp file in an Access2000 form it will be Access2000 compatible.
Access2000 gives the following error message:"Method or data member not found" at the line Me.DropdownControl.Recordset=rst
Its probably because of the different versions of Microsoft Access Object Libraries - version 10 probably knows Recordset as a property and 9 does not.
Do you have some suggestions how can I make my code run on Access2000?
Can use Object Library 10 in Access2000 somehow?
Or do I need to change the code everywhere - and what else is incompatible?
Thanks for the help.
SWK
Access2000 gives the following error message:"Method or data member not found" at the line Me.DropdownControl.Recordset=rst
Its probably because of the different versions of Microsoft Access Object Libraries - version 10 probably knows Recordset as a property and 9 does not.
Do you have some suggestions how can I make my code run on Access2000?
Can use Object Library 10 in Access2000 somehow?
Or do I need to change the code everywhere - and what else is incompatible?
Thanks for the help.
SWK