Hey again. 
I've run into yet another problem on my form, and I'd appreciate any help at all!
There's a text box on my form that is bound to another field called "SeatNumber", which basically reserves a seat for a registering student. The problem is that you have to blindly enter a seat number, without knowing the class' number of available seats AND which ones are already taken.
So what I want to do is make a combo box that lists all available seats, then disables/disallows seats that are already taken. I have a separate table called "Courses" that includes a field called "ClassSize", so I'm assuming I'll have to factor that in somewhere (for example, if ClassSize = 20, then the combo box should somehow list seats 1~20).
Got a nagging feeling that coding's involved, but I don't know where to start. Any hints?
I've run into yet another problem on my form, and I'd appreciate any help at all!
There's a text box on my form that is bound to another field called "SeatNumber", which basically reserves a seat for a registering student. The problem is that you have to blindly enter a seat number, without knowing the class' number of available seats AND which ones are already taken.
So what I want to do is make a combo box that lists all available seats, then disables/disallows seats that are already taken. I have a separate table called "Courses" that includes a field called "ClassSize", so I'm assuming I'll have to factor that in somewhere (for example, if ClassSize = 20, then the combo box should somehow list seats 1~20).
Got a nagging feeling that coding's involved, but I don't know where to start. Any hints?