Run-Time Error '3265':

  • Thread starter Thread starter mate
  • Start date Start date
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.
 
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.
 
Back
Top