Hi,
I have a data-entry form, with a linked sub-form.
This has been copied to a admin-edit form, and different linked sub-form
The only difference between the 2 sets of forms is that the data-entry has the data-entry property set to true, and the admin forms allow deletes and edits.
I have this line in the on-open event of both main forms.
-
Me.fsubPOFAdminEdit.Form.RecordSource = "tblPregOutcomeFormChildrenDoubleEntry"
-
It basicaly changes the source table from normal to double-entry.
On the data-entry form, no problem at all
On the admin-edit form I get the error message
Run-time error 2455
'You entered an expression that has an invalid reference to the property Form/Report'
Please someone tell me I have made an obvious mistake, cause I have hours trying to find out whats wrong, including decomplie,export/import, creating the form again from scratch, still get the same error.
Oh, using Access 2003
TIA