markgrizzle
Programmer
Hi:
I'm using an ado recordset as my unbound form's recordsource. This is done in the the form's open event. However, when the form is closed and reopened, it's recordsource has been set to a sql statement, which fails since the table the sql references isn't linked in the db.
On a related note, can I also use an ado recordset for the form's subforms? And if so, how do I keep the subform's data synced to the main form?
Thanks
ps - I'm using the code in an access article ( mentioned by Roy Vidar in his response to a similar post.
I'm using an ado recordset as my unbound form's recordsource. This is done in the the form's open event. However, when the form is closed and reopened, it's recordsource has been set to a sql statement, which fails since the table the sql references isn't linked in the db.
On a related note, can I also use an ado recordset for the form's subforms? And if so, how do I keep the subform's data synced to the main form?
Thanks
ps - I'm using the code in an access article ( mentioned by Roy Vidar in his response to a similar post.