Hello,
I have created a form with two unbound textboxes.
txtDOB in which i type a date of birth (mm/dd/yyyy age format)
txtRetire in which I would like to add a text via code, depending on the age range entered in txtDOB.
Examples: If me.txtdob between 01/01/1950 and 12/31/1950 then me.txtretire = "Age 70"
Thanks for any help.
I
I have created a form with two unbound textboxes.
txtDOB in which i type a date of birth (mm/dd/yyyy age format)
txtRetire in which I would like to add a text via code, depending on the age range entered in txtDOB.
Examples: If me.txtdob between 01/01/1950 and 12/31/1950 then me.txtretire = "Age 70"
Thanks for any help.
I