M
mattc66 via AccessMonster.com
I have a Drop Down box on a main form that finds an item. One it find the
item in the after update event I want the cursor to move the a field in my
subform.
I tried the below code:
Me.Form![subForm].Form![FieldName].SetFocus
It didn't work?
item in the after update event I want the cursor to move the a field in my
subform.
I tried the below code:
Me.Form![subForm].Form![FieldName].SetFocus
It didn't work?