K
Kyle Jedrusiak
In the program I build a sql query string on the fly.
From that I generate an ADODB.Recordset.
I open a master form with a subform. In the subform's Open event I set it
recordset to the one generated above. The subform is set to continuous
forms.
All is OK to start with, however, if the user edits any value(s) on a record
then clicks on a different record, the one that was edited disapears from
the screen and the recordset (the number of total records goes down by one!)
Where have I gon wrong?
Kyle!
From that I generate an ADODB.Recordset.
I open a master form with a subform. In the subform's Open event I set it
recordset to the one generated above. The subform is set to continuous
forms.
All is OK to start with, however, if the user edits any value(s) on a record
then clicks on a different record, the one that was edited disapears from
the screen and the recordset (the number of total records goes down by one!)
Where have I gon wrong?
Kyle!