hansretallick
Technical User
I have a form which opens a report. When the report closes, I want to go to the next record on the underlying form which remains open while the report is generated.
I have used the following command in the "on Close" event for the form, but I get an error "The command or action 'GoToRecord' isn't available now".
DoCmd.GoToRecord , , acNewRec, "Forms!frmInvoiceLandlord"
I have used the following command in the "on Close" event for the form, but I get an error "The command or action 'GoToRecord' isn't available now".
DoCmd.GoToRecord , , acNewRec, "Forms!frmInvoiceLandlord"