Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Error 3265?

Status
Not open for further replies.

Smoores

Programmer
Jun 5, 2002
9
CA
I am trying to run an update query and the result is "Error 3265 Item Not Found in this collection." The query is rendered from the statement:Call RunQueryParameter_TSB("", gCqryCraigsBOLQuery, "BOLCharge", BOLCharge) where the BOLCharge is the search field of the query.
Does anyone have any ideas?

Thanks for any help.
Smoores
 
Access seems to indicate that it cannot find a field name you are referencing. Check that you have spelled the names correctly or that that an existing column was not deleted from the table.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top