G
Guest
I have a subform which is bound to an ADO recordset (pulled from SQL 2000). The form has some dropdowns which the after update event triggers the same code but using the actual value in the SQL statement as opposed to wildcards. The SQL pulls back a recordset but when it comes to the statement
set form_booking.recordset = rs
it fails this time. The same code works the first time round?
The errors I get are "recordset is not updateable" or "cannot find column recordset" or "the object doesn't contain the automation object recordset" or "method recordset of object Form_Booking failed
Any ideas
Thank
Ian
set form_booking.recordset = rs
it fails this time. The same code works the first time round?
The errors I get are "recordset is not updateable" or "cannot find column recordset" or "the object doesn't contain the automation object recordset" or "method recordset of object Form_Booking failed
Any ideas
Thank
Ian