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
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