Database and subdatasheets

G

Guest

I am trying to have information from multiple tables show up on one subdatasheet. Each table contains very similar data. There is a main table for "inactive candidates" and there are tables for each week for the "active candidates" (candidate name, company, dates, and so on). Is there anyway to get the inactive candidates table and all the weekly tables on one subdatasheet. Ideally I would like the main datasheet to be a complete list of names and then the subdatasheet to contain the history of each candidate. Any wisdom and insight is greatly appriciated.
Thanks,
 
P

Pavel Romashkin

Do you really have a table per week, containing the same information on
candidates? If so, you should use one table for all of them with a field
that would identify the week.
At this point you should use a union query to put together a summary of
all candidates. This union query will include all your weekly tables.
I don't know how to include the candidate information becasue you don't
list your table structure.
Good luck,
Pavel
 

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

table relationships and subdatasheets 9
SUBDATASHEET HELP 5
Subdatasheets 7
opening new form in same id 12
Subdatasheets 2
multiple subdatasheets 1
Combobox Question 0
Need help with my first Access file 3

Top