ramondrumon
Programmer
I have this code in the current event of the main form to set focus to a text box of a subform.
Forms("FrmSubmittalLog".SetFocus
Forms("FrmSubmittalLog".SubmittalIDNo.SetFocus
I get an error saying it can not find the FrmSubmittalLog, and I can't figure it out, so some help would be appreciated.
Forms("FrmSubmittalLog".SetFocus
Forms("FrmSubmittalLog".SubmittalIDNo.SetFocus
I get an error saying it can not find the FrmSubmittalLog, and I can't figure it out, so some help would be appreciated.