Email selected record

Gretchen

Registered User.
Local time
Today, 23:15
Joined
Feb 25, 2002
Messages
48
I am trying to go to a selected record in the database and e mail it to someone else. How do I do this?

Thanks...
 
You cannot email a single record from a table 'as is'. You will need to export the record as some sort of object and email that. Create a query to return the record you want, then export it to the most suitable format and email that.
 
Thank you for coming out of your reclusiveness monkey and giving me my answer! :)
 

Users who are viewing this thread

Back
Top Bottom