Multi-record tabbed subform question

G

Guest

I have seen alot of posts in regards to this question and I am not
understanding how to fix the problem I am having. I have a main form that
returns anywhere from 1 to 6 rows of information based on a date. I have
created a tabbed subform. The tabbed subform has 6 tabs, one for each
possible row that could be returned from the main forms query. When I look
at the information on the tabs every tab has the first record returned by the
query. What I need is to have tab 1 match record 1, tab 2 match record 2,
tab 3 match record 3 etc etc. How do I get the tabs to change information
and not keep showing only the first record?
 
W

Wolfgang Kais

Hello Ron.

Ron P said:
I have seen alot of posts in regards to this question and I am not
understanding how to fix the problem I am having. I have a main
form that returns anywhere from 1 to 6 rows of information based
on a date. I have created a tabbed subform. The tabbed subform has
6 tabs, one for each possible row that could be returned from the
main forms query. When I look at the information on the tabs every
tab has the first record returned by the query. What I need is to
have tab 1 match record 1, tab 2 match record 2, tab 3 match record
3 etc etc. How do I get the tabs to change information and not
keep showing only the first record?

If you have one subform, there will be only one current record in it.
I think that you don't need a tabbed subform but a tab control with
6 subforms. Maybe you can link the subforms to the main form by
linking a special field that identifies each sub-record with a
textbox in the main form (that my be calculated).
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Tabbed subform question 1
Tabbed Forms 2
Requery tabbed documents 2
Sync Tabbed Form 1
Print tabbed form 7
VBA Syntax for subform record source change 6
Unbound Form w/ a subform 2
Refresh Subform query 2

Top