when we upload our data from an excel document how do we get the do not email, do not call, etc boxes to check? for example do we use a T or F?
Thanks
April
DoNotMail = "T" = TickedDoNotMail = "F" = NotTicked
Odd, but workable ! You should set these explicitly so that you do not end up with T/F/null
Mike