View Single Post
  #1  
Old March 31st, 2010, 06:04 PM posted to microsoft.public.access.tablesdbdesign
Rob H
external usenet poster
 
Posts: 35
Default Another relationship question

I've been working on this for some time and have yet to get what I need; I'm
working on a db to keep track of art shows I apply to and attend, there are
three tables:

Art Shows - contains ID(auto number), name, address, Contact , etc.

Application Data - contains ID(auto number), application due date, fees,
year applied, and accepted/declined.

Show Results - contains ID(auto number), gross sales, expenses, net sales

One show may have many application data entries(one for each year applied to
as well as many show results for the same reason. The ID fields are set as
Primary Key in each table, and I've tried various way of linking the tables
with foreign keys set to number. When designing a query I either get an error
message about the link being ambiguous or else it comes back with the fields
I selected from the tables but with no records.

I'm out of ideas...