I'm trying to set the focus from one subform to a control on another subform that is on the same parent form. Currently I have:
but it doesn't work. I'm guessing that is because I'm starting from another subform because I've used this before to go from the parent form to the subform and it worked. I thought I could set the focus to the parent form and then use the above code but that didn't work either.
Code:
Forms!frmCustomersfrmFileTypes!FileName.SetFocus
Comment