R
Richard
Hi
I have an unbound form and I link it with the data using the recordset
query.
I would like to open a recordset in a form with the Onopen event.
How do I refer back to the recordset with a different event?
I don't want to open and close the recordset every time I click on tbe
button. I believe that leaving the recordset open and looking up the data
with Rs.look function when I need the record will quicken the search. Am I
right or is there a simpler way?
Thanks in advance
Richard
I have an unbound form and I link it with the data using the recordset
query.
I would like to open a recordset in a form with the Onopen event.
How do I refer back to the recordset with a different event?
I don't want to open and close the recordset every time I click on tbe
button. I believe that leaving the recordset open and looking up the data
with Rs.look function when I need the record will quicken the search. Am I
right or is there a simpler way?
Thanks in advance
Richard