I need to set up a small database as an assignment after 3 hours of an access introduction and I'm failing completely. However I youtubed several hours but still no change in the outcome. Do I try to implment too many excel functions into access?
I saw in one resolved question that it if calculation is possible in access?
I have three tables for a dvd rental business. Customers, Movies, Rentals.
My questions / problems:
I wanted to do an age check in regards to the customer's age and the age restriction of the movie. I have customer's date of birth and the age restriction for a movie. Provided fields DoB 15/03/1996, age restriction 18+. For example user is born 15/03/1996 and wants to rent a movie 18+. Access should show me the customer's current age like: Field name: Age; "17". This didn't work out at all. I failed in the first step to set up the field/calculation.
In excel it's usually =INT((TODAY()-DoB)/365.25) which tells you the age up to date.
How do I need to set it up?
Many thanks in advance Nina