CODE:
if (dob_enter := "")
Is assigning the variable dob_enter to be blank.
try: if (dob_enter = "")
Same goes for the next 2 comparisons.
HTH
Thank you very much for that. I had tried that and it didn't work but something else that I've subsequently fixed must have had an effect on it. I now have the first three checks working. The fourth one works as it is, but the last one doesn't. Do you have any suggestions for that one?
Statistics: Posted by kiwichick — 51 minutes ago