M
markd
Got a system with an Access2000 ADP f.e. to a SQL2000
Enterprise b.e. One of the primary work forms includes
numerous survey subforms with checkboxes. Those subforms
were fed using "Set Forms!yadayada!sbfrm.Recordset = rs"
statements, and it's run fine for a year.
We're in the process of converting the f.e. to an AccessXP
ADP file with the same SQL2000 b.e. Any attempted update
of a checkbox in the subforms causes an immediate system
crash. All text box controls, combo boxes, radio buttons,
etc. work fine in the same subforms.
The subform recordsets were tapping a single table only
(no joins), set for optimistic locking, etc.
Changing the subforms to use a Recordsource sql statement
rather than using a Recordset solved the problem, but that
didn't seem like a great solution. Anybody seen this
before?
Enterprise b.e. One of the primary work forms includes
numerous survey subforms with checkboxes. Those subforms
were fed using "Set Forms!yadayada!sbfrm.Recordset = rs"
statements, and it's run fine for a year.
We're in the process of converting the f.e. to an AccessXP
ADP file with the same SQL2000 b.e. Any attempted update
of a checkbox in the subforms causes an immediate system
crash. All text box controls, combo boxes, radio buttons,
etc. work fine in the same subforms.
The subform recordsets were tapping a single table only
(no joins), set for optimistic locking, etc.
Changing the subforms to use a Recordsource sql statement
rather than using a Recordset solved the problem, but that
didn't seem like a great solution. Anybody seen this
before?