I am trying to move the focus to a text box on a subform using the onClick event from another subForm. Here is the code that does not work, any ideas?
Forms![frmChange]![DSP Lighting Inc - New Order Details].Form![OrdersDetails].SetFocus
Forms![frmChange]![DSP Lighting Inc - New Order Details].Form![OrdersDetails].Form![Special].SetFocus
If i remove the .SetFocus and insert = "Blah" it does change the Special field.
Any help would be great!
D'oh!!
Forms![frmChange]![DSP Lighting Inc - New Order Details].Form![OrdersDetails].SetFocus
Forms![frmChange]![DSP Lighting Inc - New Order Details].Form![OrdersDetails].Form![Special].SetFocus
If i remove the .SetFocus and insert = "Blah" it does change the Special field.
Any help would be great!
D'oh!!