Prev: Set Me.hiddentxt some value for Button on form txtdatabox exit eve
Next: Access - Macro - table not exist
From: TXDalessandros on 17 Feb 2010 17:12 I have a form and a subform that I would like to send via email to the person I am auditing. I would like to include the a field or two on the form in the subject if possible as well. I am fairly new to VBA code please help.
From: PieterLinden via AccessMonster.com on 18 Feb 2010 02:07
TXDalessandros wrote: >I have a form and a subform that I would like to send via email to the person >I am auditing. I would like to include the a field or two on the form in the >subject if possible as well. I am fairly new to VBA code please help. You do know that you cannot send an actual form outside your database, right? Your best bet, if you want to have a remote user fill in a form for you is to create a Word form with bookmarks and push the Access record(s) into that. -- Message posted via AccessMonster.com http://www.accessmonster.com/Uwe/Forums.aspx/access-formscoding/201002/1 |