CMeys
12-22-1999, 05:26 AM
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.
Thanks in advance.
|
View Full Version : How to Refer to Object on Page of Tab Control CMeys 12-22-1999, 05:26 AM 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. Travis 12-22-1999, 10:16 PM 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. |