
goto last record in subform
nevermind - I figured out that I first had to go to the control.
Quote:
> I have a form with a subform. On the form someone chooses an item from a
> listbox and it populates a record in the subform (on the doubleclick
event).
> After it populates I want it to go to the last record in the subform (thus
> the one they just entered) so they can make any changes. I'm trying to
use
> the simple docmd.GoTo but it gives me the error that the subform is not
> open. How do I get it to work? Thanks!