Position of Tab Form Text Box

  • Thread starter Thread starter Casey
  • Start date Start date
C

Casey

This is an example of what I need to know.

I have for example a Tab Form which I am using that
has different Pages on it, and subforms on those pages.
On those subforms I have controls, such as text boxes,
buttons, and so on.

I know that for a regular form to denote a text box I
would use something like this:

Forms.Formname.TextBoxName

In this case of having the tab form that I am using
and the subforms and pages on it, that sort of code will
not refer me to the subform controls such as text boxes.

So, what how would I refer to a control on a subform
that is on one of the pages of the tab form?

I need something that will really work. Probably one
of you that are more experienced with tab forms can help.

I would appreciate any help.

Thanks,

Casey
 
Back
Top