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?
My question / problem:
I have three tables for a dvd rental business. Customers, Movies, Rentals.
Start and end date of rented movie, both data type "Date/Time
" Start Date should be today by default; validation rule: =Date() End date
should be equal or after
start date; validation rule: =[Enddate]>=[Startdate]
I'm gettint an error messasge:
invalid SQL syntax - cannot use multiple columns in a column-level CHECK constraint.
I'm setting it up in the table properties not in the field, so what am I doing wrong?