SendObject To field?

shiner

Registered User.
Local time
Today, 20:38
Joined
Feb 6, 2003
Messages
30
Can the to field in a SendObject macro be a variable? I would like to place this address in a table of user preferences. This would allow for the address to change in the future without having to re-code the macro. Thanks!
 
Well you can have it pull the address from a textbox:

Forms!frmName!txtBoxName
 
Rob,
I am getting errors in the macro - it states that it can not find the address in the TO field. The form containing the address field is open... so any tips?
 
While I am thinking about it... is it possible to send mail to the results of a query? I would like to send out mail in bulk to personnel matching certain criteria.
 

Users who are viewing this thread

Back
Top Bottom