GoToControl troubles

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I’m using a macro with several GoToControl steps:
GoToControl sbfDataEntry
GoToControl sbfGrade

This works just fine. Then I try to add a third step, GoToControl Score
(where Score is a field name on the sbfGrade subform). Then the macro craps
out with “There is no field named ‘Score’ in the current record."

Any ideas on why this is happening? I checked the field name about a
million times.

Thanks.
 
Hi,

I posed a similar problem to put focus on a particular field.

I was told the first GoToControl should be the name of the control which
holds the subform (in my case "department subform")

Is the control which holds your subform called "sbfGrade" or "sbfGrade
subform"?
 
Thanks! I've got it now.


scubadiver said:
Hi,

I posed a similar problem to put focus on a particular field.

I was told the first GoToControl should be the name of the control which
holds the subform (in my case "department subform")

Is the control which holds your subform called "sbfGrade" or "sbfGrade
subform"?
 
Back
Top