K
Karen
In a subform which is in 'continuous forms' mode, I want to programmatically set the selection to the last record displayed in the subform. I have tried:
DoCmd.GoToRecord , , acLast
and I get the following error
"You can't use the GoToRecord action or method on an object in Design view."
This is not in Design view so the error doesn't help point to the problem. Any help is appreciated.
DoCmd.GoToRecord , , acLast
and I get the following error
"You can't use the GoToRecord action or method on an object in Design view."
This is not in Design view so the error doesn't help point to the problem. Any help is appreciated.