G
Gary Newport
I have asked this elsewhere but thought it would be better as an identifiable
question...
How can I use the value of a textbox elsewhere (such as the subject textbox)
when sending the message?
Also, can I do the same to enable/disable a control?
Function Item_Send()
dim mySubject
dim myTextbox1
Set mySubject = txtSubject
Set myTextbox1 = txtTextbox1
mySubject.Value = "Round Robin for " & myTextbox1.Value
End Function
question...
How can I use the value of a textbox elsewhere (such as the subject textbox)
when sending the message?
Also, can I do the same to enable/disable a control?
Function Item_Send()
dim mySubject
dim myTextbox1
Set mySubject = txtSubject
Set myTextbox1 = txtTextbox1
mySubject.Value = "Round Robin for " & myTextbox1.Value
End Function