Greetings. I currently have a form that allows users to Filter by Form on a customized tool bar. Everything works great. From this form users can filter records that they want and then open up another form which allow them to create an email to be sent to all the records in the filtered recordset.
My problem is that I do not know how to loop through this recordset created by filter-by-form. How do I refer to it?
Dim rst as recordset
set rst = ???? (I was using me!filter, but does not work)
Any help is MUCH appreciated!
Thanks...Basia
My problem is that I do not know how to loop through this recordset created by filter-by-form. How do I refer to it?
Dim rst as recordset
set rst = ???? (I was using me!filter, but does not work)
Any help is MUCH appreciated!
Thanks...Basia