Tab Control question

  • Thread starter Thread starter -Michelle-
  • Start date Start date
M

-Michelle-

Hi

I want to use a tab control to display 2 records (there will only ever be a
max. of 2 records). eg: Mr X (page 1), Mrs X (page 2) of the tab control.
(Form is bound)

At the moment, when the records are returned, obviously the 1st record is on
tab 1 and to see the second record, you use the record selectors to go to
the next record and the values populate tab 1.

Is it possible to populate both tabs, tab1 = record 1, tab2 = record 2?

TIA
Michelle

(This message has been multiposted to a number of newsgroups, because I'm
not sure which one would be the best one)
 
Hi

I want to use a tab control to display 2 records (there will only ever be a
max. of 2 records). eg: Mr X (page 1), Mrs X (page 2) of the tab control.
(Form is bound)

At the moment, when the records are returned, obviously the 1st record is on
tab 1 and to see the second record, you use the record selectors to go to
the next record and the values populate tab 1.

Is it possible to populate both tabs, tab1 = record 1, tab2 = record 2?

One way is to use a subform in each tab. If only for display use
unbound controls and look the values up.

(This message has been multiposted to a number of newsgroups, because I'm
not sure which one would be the best one)

Matter of opinion :-)
 
you can add 2 subforms to each tab, and then use filter property of each
subform to display necessary record
 
Back
Top