Can I email a single record, rather than the entire database?

G

Guest

yes. but you must devise a way to be prompted for the
record id. if no prompt, access will mail all.
I did it by putting the prompt in a query that was use as
the record source for a report i was mailing.
 
Top