For another example, lets say that you have three textbox fields on your form.
The fields are named txtEmailTo, txtSubject, and txtMessage. You can fill your SsendObject command with values from the form fields with the following code.
Dim strToField as String
Dim strSubject as String
Dim...