W
Wilson
Using A97:
Main form: Paint
Sub form: Paint subform
Feild on Main form: System 1
Needs to have After Update go to subform so that the user
can enter more data
Tried:
Me![paint subform].setfocus (error = can not find
field, "paint subform")
Me![description].form![paint subform].setfocus (error =
can not find field "description")
Me![paint subform].form.[description].setfocus (error =
can not find field "paint subform")
Me![description].form.[paint subform].setfocus (error =
can not find field "description")
Since the user has a choice of system 1, 2 or 3 I was
planning to enter the code at the after update for each.
I was attempting to stay away from tab set to "make it
easier for the end user"
Thank you in advance for any and all help!
Wilson
Main form: Paint
Sub form: Paint subform
Feild on Main form: System 1
Needs to have After Update go to subform so that the user
can enter more data
Tried:
Me![paint subform].setfocus (error = can not find
field, "paint subform")
Me![description].form![paint subform].setfocus (error =
can not find field "description")
Me![paint subform].form.[description].setfocus (error =
can not find field "paint subform")
Me![description].form.[paint subform].setfocus (error =
can not find field "description")
Since the user has a choice of system 1, 2 or 3 I was
planning to enter the code at the after update for each.
I was attempting to stay away from tab set to "make it
easier for the end user"
Thank you in advance for any and all help!
Wilson