Here is the formula contained in the link that I sent (it sounds like maybe you couldn't see it). It is somewhat similar to Linq's:
Code:
=DateDiff("yyyy", [Birthdate], Now())+ Int( Format(now(), "mmdd") < Format( [Birthdate], "mmdd"))
Honestly because my knowledge of querys is non existent and I know vb pretty good so I just usually do everything with it. But this is just printing a formatted memo (report) and I need the age to reference a table for max weight.
Queries are actually much easier than VBA, and one of the main reason to use Access. You can do calculations, filtering, linking to other tables, etc. You can also use queries as the source of Forms and Reports, just as you would with Tables.
If you are going to use Access, you will definitely want to familiarize yourself with them. It will make your life a whole heck of a lot easier!