Checking boxes for a result

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi
How can i write a code that will check to see if the data in 3 seperate combo boxes haven't been used before

Ie a name cbo, a registration cbo and a date cbo and a time cbo

I am trying to do a booking systems and if a booking is duplicted it won't allow it the new booking to be recorded

Any ideas or do you need more??

thank

Cam
 
I see you do have a problem, but reading your posting doesn't help one to
provide a solution. Please post again with more specifics so we can help
you.

Cheers,
Henry
noddy said:
Hi
How can i write a code that will check to see if the data in 3 seperate
combo boxes haven't been used before.
Ie a name cbo, a registration cbo and a date cbo and a time cbo.

I am trying to do a booking systems and if a booking is duplicted it won't
allow it the new booking to be recorded.
 
----- Henry Smith wrote: ----

I see you do have a problem, but reading your posting doesn't help one t
provide a solution. Please post again with more specifics so we can hel
you

Cheers
Henr

----

What i was trying to say (and not very clearly :) ) was 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

What i would like to do is when a user clicks a 'confirm hire button' the code behind it should look at the values contained in these boxes 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?

Hope that is a fuller explinatio

Ca
 
Back
Top