A
Anita
I'm getting run-time error 40036 when I try to run the following code:
DoCmd.OpenForm "frmLast_Updated_Source"
Forms![frmLast_Updated_Source]![Descriptor.Descriptor].SetFocus
Any idea what's going on here?
DoCmd.OpenForm "frmLast_Updated_Source"
Forms![frmLast_Updated_Source]![Descriptor.Descriptor].SetFocus
Any idea what's going on here?