I have a continous form, in the OnClose property I have SQL code which runs an update where certain fields match. It works perfectly, except it only runs for the top/current record. How do you make it run for all records displayed?
I am thinking that I need to create a recordset and work through each record. Any ideas on a loop for the form? Or anything just down and dirty to get it done?
Thanks for all of the help in advance.
I am thinking that I need to create a recordset and work through each record. Any ideas on a loop for the form? Or anything just down and dirty to get it done?
Thanks for all of the help in advance.