Runtime error 2495 - cannot find the field '|'

P

Paul H

I converted an Access 97 database to Access 2002.

On selecting a combo box Runtime error 2495 - cannot find the field '|'
occurs.

This does not occur in Access 97.

The error occurs in the following event procedure

Private Sub MessageId_AfterUpdate ()
'Refresh form
Me.Requery
End Sub

I have also tried replacing Me.Requery with DoCmd.RunCommand
acCmdRecordsGotoNew and the same error occurs.

Any suggestions to fix this problem?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top