shughes1984
Technical User
Hi
I am having a problem with Access.
I have used the following DatDiff formula to work out age from my D_O_B field-
=DateDiff("y",[D_O_B],Now())/365
this worked within a form, but when i want to use a parameter query to list all members of a certain age, it doesn't work.
I need to be able to enter an age into the parameter query so that it will show all members of this age.
obviously because this information is coming from a form, it isn't proving easy to use it within a query.
Please try to help
I am having a problem with Access.
I have used the following DatDiff formula to work out age from my D_O_B field-
=DateDiff("y",[D_O_B],Now())/365
this worked within a form, but when i want to use a parameter query to list all members of a certain age, it doesn't work.
I need to be able to enter an age into the parameter query so that it will show all members of this age.
obviously because this information is coming from a form, it isn't proving easy to use it within a query.
Please try to help