Creating a form with multiple control date
Hi, I have a database where reservations when I register a reservation creates a record;
id room
customer id
date arrivao
starting date
how can I create a form for registration of 10 records simultaneously carrying out this following function;
calls from the customer database the name and surname of the customer
I insert the date arrival and departure date
I select for each of the 10 records the room
and the form I recorded all 10 bookings with a check that your booking is not already present in the database with the same dates of arrival and departure.
How do ???