J
Jim
I am having a problem with a couple of forms in Office XP.
I have a form, and on that form is a datasheet subform.
The recordset of the datasheet subform is a temp table.
The parent form has code on it that adds records to the
temp table, and then requeries the subform.
The problem is, the subform does not display the data. If
I copy the SQL statement of the subform and paste it into
a query and run it, I get the records that are supposed
to be in the subform.
Also, any code that tries to access the subform using the
RecordsetClone property, gives a runtime error of:
Runtime Error '7591':
You entered an expression that has an invalid reference
to the RecordsetClone property
This situation is very confusing because it works in
Office 2000 just fine. Please help!
-Jim
I have a form, and on that form is a datasheet subform.
The recordset of the datasheet subform is a temp table.
The parent form has code on it that adds records to the
temp table, and then requeries the subform.
The problem is, the subform does not display the data. If
I copy the SQL statement of the subform and paste it into
a query and run it, I get the records that are supposed
to be in the subform.
Also, any code that tries to access the subform using the
RecordsetClone property, gives a runtime error of:
Runtime Error '7591':
You entered an expression that has an invalid reference
to the RecordsetClone property
This situation is very confusing because it works in
Office 2000 just fine. Please help!
-Jim