G Gretchen Registered User. Local time Today, 23:15 Joined Feb 25, 2002 Messages 48 Nov 29, 2004 #1 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...
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...
reclusivemonkey Registered User. Local time Today, 23:15 Joined Oct 5, 2004 Messages 749 Nov 29, 2004 #2 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.
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.
G Gretchen Registered User. Local time Today, 23:15 Joined Feb 25, 2002 Messages 48 Nov 29, 2004 #3 Thank you for coming out of your reclusiveness monkey and giving me my answer!