tab controller

J

Jared Evans

Hey All.

I'm doing a Uni project right now and want to spiff up my forms a little.
I'm looking for a site that shows me how to use the Tab controller properly
for data entry tasks. Is this possible. Not Tab order but when designing
the forms, in the control toolbox theres a tab bit.

Jared Evans
 
S

Steve Schapel

Jared,

The short answer is that the tab control itself can not be bound to
data. But you can put data controls, including subforms, onto the
different pages of the tab control, and these can be used in the usual
way for data entry/editing.
 
Top