How to Refer to Object on Page of Tab Control

  • Thread starter Thread starter CMeys
  • Start date Start date
C

CMeys

Guest
Using Access 97, what is the correct syntax in programming to refer to an object on a page of a tab control?

Thanks in advance.
 
If you are using the Tab control the syntax is the same as if it was only on the form. All the tab control does is allow for multiple fields to reside virtually in the same space and to give the effect that they are seperate pages.

e.g. for a Form Me.fldName
for a Tab Control Me.fldName

remember just because you can't see it does not mean its not there.
 

Users who are viewing this thread

Back
Top Bottom