Error 3265: Item not found in this collection

PRodgers4284

Registered User.
Local time
Today, 19:48
Joined
Feb 17, 2009
Messages
64
I am having a problem with a command button within a form, the command button runs a query used to find a specific record in my database. The search works fine but before the results are displayed i get the following error "Error 3265: Item not found in this collection". Can anyone help me try and solve this problem.
 
I several times had that message and it is caused by incorrectly referencing a field in a query or table on the vb module.
But without the code and the table/query it references it's only guess work, based on personal experience.
 
I several times had that message and it is caused by incorrectly referencing a field in a query or table on the vb module.
But without the code and the table/query it references it's only guess work, based on personal experience.

Tibbs i changed the query, some of the fields where incorrect, its works fine now, thanks for your help :)
 

Users who are viewing this thread

Back
Top Bottom