Help again! I think I have a syntax error with a SetFocus command. I am trying to navigate back to a specific place on a different form and it is ignoring my code.
Forms!Switchboard!AddFindings.SetFocus
After an error message displays, I am attempting to navigate from a Form named frm_edit_findings to a form named 'Switchboard' which has a tab named AddFindings. I would like focus to go to the field 'Category', but can't even get it to the add findings tab. Is there another method I should be using to do this?
Thanks!
Forms!Switchboard!AddFindings.SetFocus
After an error message displays, I am attempting to navigate from a Form named frm_edit_findings to a form named 'Switchboard' which has a tab named AddFindings. I would like focus to go to the field 'Category', but can't even get it to the add findings tab. Is there another method I should be using to do this?
Thanks!