I am using vb 6.
I get a message saying query too complex, i have loads of check boxes acting as cinema seats, that are booked and not booked.
Im current using this:
Adodc1.Recordset.Update Adodc1.Recordset.RequeryCan anyone tell me how to maybe save it in a different way???
maybe like this??
Adodc1.Recordset.Fields("r1-1") = Check1
Adodc1.Recordset.Fields("r1-2") = Check2
Adodc1.Recordset.Fields("r1-3") = Check3
Adodc1.Recordset.Fields("r1-4") = Check4
Adodc1.Recordset.Fields("r1-5") = Check5
thanks for any help, i need this very soon, sorry about the rush.thanks


Sign In
Create Account

Back to top










