I desperately need someone's help with the following problem:
BACKGROUND:
I am creating a database to manage information about various projects a certain organization is/will be funding. I have set up my tables with 1 to many relationships as one project may have many characteristics (i.e. take place in more than one city or region, fall into more than one category,etc.). I've attached an Excel Spreadsheet with all of the data so that it may be easier to get an idea of what I'm talking about.
THE PROBLEM:
When I created the form, I ended up with several records for the same project (80 records in total though I only have 20 projects).
Similar problems resulted when I ran a query. I asked to see all CULTURE or PR projects in either . When I ran the query I got several projects listed several times (i.e. Project 6 was listed 4 times... because it takes place in two different cities and is both a CULTURE and PR project) and what I need is to have the project listed once, but with the two cities listed.
The exact same thing happens when I run a report. This report was to group all projects by city. If you notice that the Athens group has two projects with the same ProjectID: JFIT003 (Project 4). Had I made a summary of the budgets, the total would not be correct because there aren't two projects in Athens with a $100,000.00 budget.
Maybe I have the concept of unique identifier/primary key wrong or I'm doing something wrong with my joins ...
Can someone please help me as I'm really new at this and under an extremely tight deadline.
P.S. Don't laugh at my form design, its not finnished yet.
BACKGROUND:
I am creating a database to manage information about various projects a certain organization is/will be funding. I have set up my tables with 1 to many relationships as one project may have many characteristics (i.e. take place in more than one city or region, fall into more than one category,etc.). I've attached an Excel Spreadsheet with all of the data so that it may be easier to get an idea of what I'm talking about.
THE PROBLEM:
When I created the form, I ended up with several records for the same project (80 records in total though I only have 20 projects).
Similar problems resulted when I ran a query. I asked to see all CULTURE or PR projects in either . When I ran the query I got several projects listed several times (i.e. Project 6 was listed 4 times... because it takes place in two different cities and is both a CULTURE and PR project) and what I need is to have the project listed once, but with the two cities listed.
The exact same thing happens when I run a report. This report was to group all projects by city. If you notice that the Athens group has two projects with the same ProjectID: JFIT003 (Project 4). Had I made a summary of the budgets, the total would not be correct because there aren't two projects in Athens with a $100,000.00 budget.
Maybe I have the concept of unique identifier/primary key wrong or I'm doing something wrong with my joins ...
Can someone please help me as I'm really new at this and under an extremely tight deadline.

P.S. Don't laugh at my form design, its not finnished yet.