Hi,
I have application which runs as follows:-
1. Create global ADODB.recordset variable RsSt10
2. Append fields to RsSt10
3. Open form/subform (where subform is continuous form)
4. copy subform recordset to RsSt10
5. Set RsSt10 as subform recordset
I'm all ok to here
If I then click on subform record, then recordset loses all records apart from the one I have selected!
Any ideas why?
I have application which runs as follows:-
1. Create global ADODB.recordset variable RsSt10
2. Append fields to RsSt10
3. Open form/subform (where subform is continuous form)
4. copy subform recordset to RsSt10
5. Set RsSt10 as subform recordset
I'm all ok to here
If I then click on subform record, then recordset loses all records apart from the one I have selected!
Any ideas why?