sending record via email automatically populate a field

  • Thread starter Thread starter Ron R
  • Start date Start date
R

Ron R

I have a table where records will be regularly sent by e-
mail to a customer. The emailing of a record is working
fine. Is there a way to populate a field within access so
that when a record is sent to the customer it will
automatically change a yes/no value from no to yes to
indicate that the record has been sent via e-mail? Thanks
for the help.

-Ron-
 
Ron...

I'm assuming your sending the record via code. If that's the case simply
grab the key for the record sent via the email, open a recordset containing
the key and update the record. Did I miss anything?

lance
 
Back
Top