Yeah, that'll do it.
The Int(Format(now(), "mmdd") < Format( [DateofBirth], "mmdd") is a boolean statement which will equate to -1 when True, 0 when False.
Suggest you replace the Now() references, which gives both date and time, with Date(), since time doesn't play a part in determining age.
Bob