Hey there,
I just put the following code:
DoCmd.GoToRecord , , acLast
in the On Open event of my form, which has 2 subforms. The following error message appears when the form now opens:
"You entered an expression that has an invalid reference to the property Form/Report." But, after clicking the OK on the msgbox, the form opens to the last record.
Is this a simple fix?
Thanks
I just put the following code:
DoCmd.GoToRecord , , acLast
in the On Open event of my form, which has 2 subforms. The following error message appears when the form now opens:
"You entered an expression that has an invalid reference to the property Form/Report." But, after clicking the OK on the msgbox, the form opens to the last record.
Is this a simple fix?
Thanks