Creating Multiple Appointments from one form

Glad to have helped :)

You might consider putting
Code:
.Subject = Nz(DLookup("EmailSubject", "tblEmail"), "")
in case DLookup returns Null. Note also that I have removed the square brackets because they're not necessary and dropped the third parameter, because it's optional.
 

Users who are viewing this thread

Back
Top Bottom