J
Judy Ward
On frmMain I have several list boxes. When the user clicks the button, "Find
DSSFs by Criteria", I create a query "qryFindDSSF" through code and then open
"frmFindDSSF" with the query as the Record Source.
My user wants to perform an action on all the records he can see in this
form. I can just build a query the same way I did to select the records for
the form. But I was wondering, is there another way to do this? Is there a
way to work with the Record Set for the form?
Thank you for your help,
Judy
DSSFs by Criteria", I create a query "qryFindDSSF" through code and then open
"frmFindDSSF" with the query as the Record Source.
My user wants to perform an action on all the records he can see in this
form. I can just build a query the same way I did to select the records for
the form. But I was wondering, is there another way to do this? Is there a
way to work with the Record Set for the form?
Thank you for your help,
Judy