Run-Time Error '3265':

M

mate

I am receiving the following Message when attempting to
run a CreateTextFile() module:

"Run-Time Error '3265': Item Not found in this
collection."

Debug shows it to be the following code line:
"LSet strChecks = myset![Checks]

I have three identical lines with different Field names in
the same table, but have no trouble with them. Any help
is much appreciated as always. Thanks, mate.
 
D

Dan Artuso

Hi,
It's telling you that the field Checks is not part of your recordset.
Check the sql that creates the recordset to make sure the field is there.

Post more of your code if that's not the 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