shelton1979
MIS
I have calculated the age in form from a birthdate field using
Int((Date()-[birthday])/365.25)
in my control source of the form. Can someone please tell me how i can get this information stored in the table? Right now, its just on the form and is dynamic I guess.
Int((Date()-[birthday])/365.25)
in my control source of the form. Can someone please tell me how i can get this information stored in the table? Right now, its just on the form and is dynamic I guess.