I posted this in the report section by mistake.
I have a table that has name, number, address, dob, and initialvisit.
I want to be able to compare the DOB to the InitialVisit which are both dates. MM/DD/YYYY. In the report I want to only show people who are teenagers >=13 and <=20. I am not sure how to do this. People have showed me how to do it with a current date using the now () function but I want to use the 2 fields.
Rob
I have a table that has name, number, address, dob, and initialvisit.
I want to be able to compare the DOB to the InitialVisit which are both dates. MM/DD/YYYY. In the report I want to only show people who are teenagers >=13 and <=20. I am not sure how to do this. People have showed me how to do it with a current date using the now () function but I want to use the 2 fields.
Rob