I'm reading/writing from Access using both EXECUTE() and Recordset methods.
I get weird errors though. For example I have 5 text boxes bound to fields.
I will change the data in a couple of the text boxes then immediately try to
do a INSERT to add another record. This returns errors like, "operation not
allowed in this context".
Is it possible to force the database to check the value of bound fields, and
immediately write them to the datasource fields in the database?
Adrian
I get weird errors though. For example I have 5 text boxes bound to fields.
I will change the data in a couple of the text boxes then immediately try to
do a INSERT to add another record. This returns errors like, "operation not
allowed in this context".
Is it possible to force the database to check the value of bound fields, and
immediately write them to the datasource fields in the database?
Adrian
Comment