Adding fields to tab page

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I want 7 or 8 tab pages on a form and I don't have any problem adding the
field to the first page, I just use the wizard. I want to add a field (query)
to each additional page. How????? Thanks so much!!!!
 
Do you want to add a different record source (query/table) to each page?
If that the case create a form for each source, and then add it to the
related page in the main form as a sub form.

You can't link each page to a different source, they all linked to the
source of the main form.

If you just want to add a text box to a page that is still link to the
source of the main form, then click on the desire page, and select a new text
box using the tool bar and add it to that page.
 
Then can I add multiple field lists to the first form? If so, How? Could I
then use those fields throughout the tab pages because I can see the first
field I selected on each tab page. . I'm a little confused.
 
If you can see the fields that you created in all the Tab's, that mean that
they are not linked to the first TAB.

To linke a text box to a TAB follow this stages:

1. Select a text box
2. Cut the text box (Ctrl + X)
3. Select the first TAB
4. Click on the TAB (to get it on focus)
5. Paste the text box (Ctrl + V)

Now check if you can see that text box in all the TABS, if you can see it
only in the related page do the same for the rest of text boxes
To add a new field, you need to select the right page and then create it in
the page itself
 
Back
Top