I want to be able to enter a date into my Access db, and have the fields with matching dates to be returned.
I have four employees. In the employees table, I have fields such as VacDay1, VacDay2...VacDay15.
In the orders table, for each order there are fields such as CourtDate,DeliveryDate,InspectionDate, and some others.
So I want my result to be something like this:
[Enter date:]
03/17/2001
Smith On vacation
Jones Inspection
Howard Court
Edwards Delivery
I can do basic Access queries but I don't know SQL syntax at all yet. Is it possible to do this in a basic query? If so, how?
Thanks in advance for any help/advice.
I have four employees. In the employees table, I have fields such as VacDay1, VacDay2...VacDay15.
In the orders table, for each order there are fields such as CourtDate,DeliveryDate,InspectionDate, and some others.
So I want my result to be something like this:
[Enter date:]
03/17/2001
Smith On vacation
Jones Inspection
Howard Court
Edwards Delivery
I can do basic Access queries but I don't know SQL syntax at all yet. Is it possible to do this in a basic query? If so, how?
Thanks in advance for any help/advice.