CharlieT302
Instructor
Hi Folks,
I have a main form called "main." It has a subform called Subform1. Subform1 has a subform called Subform2.
Main
Subform1
Subform2
While in Subform1, I have a button that is supposed to go to a field called "Remote" on subform2 when there is an error.
Here is what I have done. The focus never actually goes to the field.
If Err = 3200 Then
Me![Subform2].Form![Remote].SetFocus
Any Ideas?
I have a main form called "main." It has a subform called Subform1. Subform1 has a subform called Subform2.
Main
Subform1
Subform2
While in Subform1, I have a button that is supposed to go to a field called "Remote" on subform2 when there is an error.
Here is what I have done. The focus never actually goes to the field.
If Err = 3200 Then
Me![Subform2].Form![Remote].SetFocus
Any Ideas?