How to tie a record set to a form at run time?

B

Ben

Hi all,

I have at run time a recordset that I want to tie to a form. Currently, I
create a query def at run time and actually create a new query and then have
the form tie to the query. But this is creating more wrinkles than I would
like.

Because I would like to disconnect the recordset (ADO) at run time so that
the user can view/edit/add/delete the recordset and then reconnect and update
the actual table. Can you share some suggestions?

Thank you.

Ben


--
 
D

Douglas J. Steele

You can create the recordset and assign the form's Recordset property to
that recordset.
 
B

Ben

Doug,

Are you referring to the "record source" on the Data tab? when i click on
it, it takes me to the query builder. Please clarify for me.

Thanks,

Ben
 

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