G
Guest
I need to use a module to select a query as a recordsource, then sort
through the records until it reaches the end. For each record it will
process a list of functions. The query pulls all related data from a
client and contact database. The functions will see if the data meets
the specified requirements, then send an email to the contact with
information from that record if it's a match. I have the middle part,
it's the selection of the query and the do until ???.eof that I haven't
been able to figure out.
thanks
through the records until it reaches the end. For each record it will
process a list of functions. The query pulls all related data from a
client and contact database. The functions will see if the data meets
the specified requirements, then send an email to the contact with
information from that record if it's a match. I have the middle part,
it's the selection of the query and the do until ???.eof that I haven't
been able to figure out.
thanks