R
Rod
Any idea what may be causing this:
An Access database, 2000 file format, designed using 2003 but running on
Access 2000. To open a form and find a specific record, the following code is
run:
DoCmd.OpenForm "Quote"
DoCmd.GoToControl "QuoteID" ' Contains Record ID
DoCmd.FindRecord Forms!MyQuotes!MyQuotesList_subform!QuoteID <-- CRASH
HAPPENS HERE, DURING SEARCH
Access crashes at the point indicated.
Is there anything about the development having happened in Access 2003
rather than 2000 that may provide a clue as to the cause of this? This crash
occurs on more than one Access 2000 target machine and I am therefore
reasonably confident that it is not the installation.
An Access database, 2000 file format, designed using 2003 but running on
Access 2000. To open a form and find a specific record, the following code is
run:
DoCmd.OpenForm "Quote"
DoCmd.GoToControl "QuoteID" ' Contains Record ID
DoCmd.FindRecord Forms!MyQuotes!MyQuotesList_subform!QuoteID <-- CRASH
HAPPENS HERE, DURING SEARCH
Access crashes at the point indicated.
Is there anything about the development having happened in Access 2003
rather than 2000 that may provide a clue as to the cause of this? This crash
occurs on more than one Access 2000 target machine and I am therefore
reasonably confident that it is not the installation.