J
jlute
Private Sub Form_AfterUpdate()
DoCmd.GoToControl Forms![frmPKProjects]![sfrmProjectsTasks]!
[sfrmProjectsTasksResponsibles].Form![cbResponsible]
DoCmd.GoToRecord , , acNewRec
End Sub
I'm trying to automatically move the cursor to:
sfrmProjectsTasksResponsibles.cbResponsible but the code's not
working.
Can anyone please highlight the error(s) of my way?
THANKS!
DoCmd.GoToControl Forms![frmPKProjects]![sfrmProjectsTasks]!
[sfrmProjectsTasksResponsibles].Form![cbResponsible]
DoCmd.GoToRecord , , acNewRec
End Sub
I'm trying to automatically move the cursor to:
sfrmProjectsTasksResponsibles.cbResponsible but the code's not
working.
Can anyone please highlight the error(s) of my way?
THANKS!