G Guest Nov 30, 2005 #1 How can I query the current record only and have it sent via e-mail with the click of a command button?
How can I query the current record only and have it sent via e-mail with the click of a command button?
M [MVP] S.Clark Nov 30, 2005 #2 In the query, put criteria like: WHERE [Field] = Forms!FormName!Controlname Sending things in an email is accomplished with SendObject or Total Access Emailer: http://fmsinc.com/products/emailer/index.asp
In the query, put criteria like: WHERE [Field] = Forms!FormName!Controlname Sending things in an email is accomplished with SendObject or Total Access Emailer: http://fmsinc.com/products/emailer/index.asp