Error Message from Module

  • Thread starter Thread starter Kathy
  • Start date Start date
K

Kathy

I'm receiving an error message when running code that is
looking through a table to see if a video is available
for a certain period of time.

The error message is:

Run-Time Error '-214i7466259 (80004005)
Cannot Open Any More Tables

When I debug it takes me to this line of code:

rst3.Open strSQL3, cnn3, adOpenDynamic, adLockOptimistic,
adCmdTable 'opens the recordset MAKE SURE ALL PARAMETERS
ARE INCLUDED - THIS WILL NOT WORK WITHOUT THEM!!!

Thanks for any assistance
 
Back
Top