G
Guest
Hi al
I have set up a booking form that has 3 combo boxes on it, one is for an aircraft registration, one for hire date, one a start time. (all information goes into tblBookingDetails
What i would like to do is when a user clicks a 'confirm hire button' (on the form [frmBooking]) the code behind it should look at the values contained in these boxes (or the table) and say whether the booking is possible or not
Would i use a simple query (with the data from these boxes (i've set this up but can't figure out how to run it) or does it involve more coding?
Cam
I have set up a booking form that has 3 combo boxes on it, one is for an aircraft registration, one for hire date, one a start time. (all information goes into tblBookingDetails
What i would like to do is when a user clicks a 'confirm hire button' (on the form [frmBooking]) the code behind it should look at the values contained in these boxes (or the table) and say whether the booking is possible or not
Would i use a simple query (with the data from these boxes (i've set this up but can't figure out how to run it) or does it involve more coding?
Cam