View Single Post
 
Old 05-09-2016, 10:08 AM
derajlance derajlance is offline Windows 10 Office 2013
Novice
 
Join Date: May 2016
Posts: 18
derajlance is on a distinguished road
Default

That worked!

One last question, simply because I thought I had found the solution on your website, but it doesn't seem to be working.

To prevent them from sending duplicates, I am trying to clear the text fields once the email from the command button is sent. I found your code for resetting form fields, but it doesn't seem to be resetting them.

I also tried to just add the following after the email code, but nothing happens:
Code:
Text1 = ""
Text 2 = ""
Reply With Quote