All,
I'm currently working on clients database - MS access 2003:
Th purpose of the database is too hold personal records for those signed up to a series ongoing on events and then send out mail merges (invites)
okay so the setup:
using the DDF i've managed to extract the schema and see how it's set up:
so Table1:
The first table is used for keeping personal contacts/records such as name, address, interests etc etc..all very simple and normal.
it was also used to store events, so each event had its own field name and was linked to the personal records by an indentifier.
that table ran out of space
so they created table 2:
table 2 is list of events (each with its own field) and linked to table 1 via a key (ID) to allow querying.
Table 2 filled up...and so they created table 3:
table 3 is a new tabe for events....same set up as table 2
so what they would like is to query an even in table 3, like...World Dominiation Expo 2009 and obtain a list of invitiees or people who attended World Domination Expo 2008 (in table 2) and World Domination Expo 2007 ( in table 1) without going through a series of laberous queries and additions...
so discussion, queries and advice would be grateful!
Thanks again!
I'm currently working on clients database - MS access 2003:
Th purpose of the database is too hold personal records for those signed up to a series ongoing on events and then send out mail merges (invites)
okay so the setup:
using the DDF i've managed to extract the schema and see how it's set up:
so Table1:
The first table is used for keeping personal contacts/records such as name, address, interests etc etc..all very simple and normal.
it was also used to store events, so each event had its own field name and was linked to the personal records by an indentifier.
that table ran out of space
so they created table 2:
table 2 is list of events (each with its own field) and linked to table 1 via a key (ID) to allow querying.
Table 2 filled up...and so they created table 3:
table 3 is a new tabe for events....same set up as table 2
so what they would like is to query an even in table 3, like...World Dominiation Expo 2009 and obtain a list of invitiees or people who attended World Domination Expo 2008 (in table 2) and World Domination Expo 2007 ( in table 1) without going through a series of laberous queries and additions...
so discussion, queries and advice would be grateful!
Thanks again!