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
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