How to link several tables in Access to one item (date)?

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

Guest

Help I am trying to put together a summary report that includes many factors.
I have created several tables to help seperate each topic but I do not know
how to link each table with a entry of the date on a form. This is my first
time using access. I am not using excel because this data will be used in
many different ways and an infinite amount of data needs to be stored.
 
Help I am trying to put together a summary report that includes many factors.
I have created several tables to help seperate each topic but I do not know
how to link each table with a entry of the date on a form. This is my first
time using access. I am not using excel because this data will be used in
many different ways and an infinite amount of data needs to be stored.

Base the Report on a Query, using

=Forms![NameOfTheForm]![NameOfTheTextbox]

as a criterion on the date field.

How you would relate your tables in the query depends on the structure
of those tables - which I do not know, of course!

John W. Vinson[MVP]
 

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