T
T.J. Bernard
Vadim, You offered me alot of help in the past and
answered my previous question. I am still running into
this error in the database:
Run-time error '3709':
The connection cannot be used to perform this
operation. It is either closed or invalid in this
context.
I am getting this when I try to run a very simple
Recordset through code Recordset.open property. I have
opened another recordset in the database just fine and
received no errors, the code for this recordset is the
same and I get the error above. I am using
CurrentProject.Connection as my Connection String, so I am
not sure why I continue to get the error.
I have even simplified the recordset down to where it is
just "Select ID from tbl_Tape" and still I get the error.
What is strange is the code on another form in the same
ADP project works just fine when in creates a recordset.
If you have any ideas or anything I might try let me
know. I am banging my head against the wall on this one
and just need a fresh perspective.
answered my previous question. I am still running into
this error in the database:
Run-time error '3709':
The connection cannot be used to perform this
operation. It is either closed or invalid in this
context.
I am getting this when I try to run a very simple
Recordset through code Recordset.open property. I have
opened another recordset in the database just fine and
received no errors, the code for this recordset is the
same and I get the error above. I am using
CurrentProject.Connection as my Connection String, so I am
not sure why I continue to get the error.
I have even simplified the recordset down to where it is
just "Select ID from tbl_Tape" and still I get the error.
What is strange is the code on another form in the same
ADP project works just fine when in creates a recordset.
If you have any ideas or anything I might try let me
know. I am banging my head against the wall on this one
and just need a fresh perspective.