Check that someone else hasn't already reserved it (Stupid question = Stupid answer)tchan_4 said:http://www.rogepost.com/n/8788325591
If you run it on VB you will see it works ok.
My problem is, two users can book the same seat. How can I fix this?
Obviously, but what I wanted was the code or help for the code, not a logic answer.a1ex2001 said:Check that someone else hasn't already reserved it (Stupid question = Stupid answer)
Thanks, but i've already recieved help.RobMunfy said:how about adding another column to your array (dim YOURARRAY(1 to 4, 1 to 2) as String).
You can then put in an If statement and ask If(YOURARRAY(x,2) = "1") Then blahblahblah etc.
sorry dont actually have your code here, but this should help you out i hope.