how do i create a tab on a form that directs me to tables;queries

  • Thread starter Thread starter sneeze
  • Start date Start date
S

sneeze

I have heard that a tab can be created in a form that direstc you to other
areas such as queries or tables. I was wondering how this could be
done.........
 
Tables are for storing data, queries for retrieving it. Forms, including
forms with Tabs are for displaying that data. Do not allow users to work
directly in tables.

Create a subform in Datasheet View for the table or query that you want to
view and add that to a tab on your main form by first adding the tab
control, then dragging the subform onto the control, from the database
window or Nav Pane.
 

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

Back
Top