email copy of form

  • Thread starter Thread starter Bill
  • Start date Start date
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
 
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top