M
Mitch
Hi again,
i've written some code that should email
the text from a few fields to a email address. However,
testing this it does not populate the email address in
the To field in the email.
The code is as below
DoCmd.SendObject , , , "[email protected]", , , "Test
email", Me.User_Name & Me.User, True
I've set it to true just to test it but will want it to
email automatically. I'm using netscape 7.1 and wonder if
this is the cause of the problem ?
Can any please assist ?
i've written some code that should email
the text from a few fields to a email address. However,
testing this it does not populate the email address in
the To field in the email.
The code is as below
DoCmd.SendObject , , , "[email protected]", , , "Test
email", Me.User_Name & Me.User, True
I've set it to true just to test it but will want it to
email automatically. I'm using netscape 7.1 and wonder if
this is the cause of the problem ?
Can any please assist ?