Hi,
I have a field labeled BirthDate on a Form labeled frm_Clients. Next to the Birthdate field is an unbound boxed labeled Age with the following in the Control Source: =Age([BirthDate]). Now to my problem. I also have and unbound box titled: Status, with the following in the Control Source: =IIf([Age]<17,"Juvenile Member","Adult Member"
, this all works fine, until a Date of Birth is unknown. I need help in modifying this so that is the BirthDate field is empty it will say something like, Birth Data Missing. Any help will be more than greatly appreciated.
P.S. While on the topic, being that Age is an unbound box, is there a way to enter the actual age while leaving the BirthDate field blank.
Many Thanks,
Sonny
I have a field labeled BirthDate on a Form labeled frm_Clients. Next to the Birthdate field is an unbound boxed labeled Age with the following in the Control Source: =Age([BirthDate]). Now to my problem. I also have and unbound box titled: Status, with the following in the Control Source: =IIf([Age]<17,"Juvenile Member","Adult Member"
P.S. While on the topic, being that Age is an unbound box, is there a way to enter the actual age while leaving the BirthDate field blank.
Many Thanks,
Sonny