Hi, I am new to access. I have a problem.
I am working on a db to keep track of vehicles hired.
I want to show a list of only the cars that have not been booked on a certain date.
Overview:
For each new main date record I record the clients details & needs etc.
In a subform within this main form I want to allow the user to pick the cars he wants to book. The details are kept in a table (carsbooked)
I need to show a list of cars available only on that date so they can be recorded as being booked. I don’t want to show any vehicles which are already booked for the date record in my dropdown menu for booking cars??
The cars are kept in a seperate table called “cars”. This is the list of the fleet of vehicles.
If you follow me, can anyone give me some idea as to how I could acheive this.