email copy of form

B

Bill

I've put a command button on a user input Form so that Access
automatically can send a note when the Form has been completed. Right
now I just have it sending a fixed text message that includes the
variable file number.

I want to have it send a copy of the Form either in .rtf or .html or
..txt or even .doc. I can be sure the users will have access to these
formats. I think I can have the VB program save a view of the Form to
their C drive and then attach it but I thought there might be a slicker
way using SelectObject for the current form or something like that.
Thanks

Bill
 
L

Lynn Trapp

Since a form is designed for data entry and a report is designed for data
presentation, you might find it better to have your button email a copy of a
report to the person you want to receive it.
 
Top