Building new recordset based on data in continous form

P

Peter D.C.

Hi

I have a continous form with it's recordset based on a selfcreated ado
recordset (partly stored procedure result and a new checkbox put together).
This "Name" plus "Checkbox" list gives the users the ability to select some
"Names" on this list and I want to store these selected "Names" when the user
press a save buttom. My idea was to take the forms recordset/source (building
a new ado recordset) and iterate trough all the records finding those with a
checkbox value of true and update my SQL database through another stored
procedure. How do I grab the continous form data????

Thanks
Peter
 

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