Values relating in other tables!please read.....
i have a tblBooking.DateOfOrder and i want to make the date in this field not exceed the date in tblOuting.DateOfOuting
ive tried:
tblBooking.DateOfOrder<tblOuting.DateOfOuting
The second one is that i have created the database, with a...