Hello 
I'm working on a database for a Homeowner's Association.
I'm creating "Complaint" forms.
There are 15 different types of complaint items. I'd like to set these up as yes/no checkboxes. They are as follows:
Peeling paint
Loose/Missing Roof Shingles
Sheds/Fence in disrepair
Vacant Building
Missing/Deteriorating siding
Gutters Rusted/Missing
Street number not displayed
Grass needs mowing
Trash/Junk in yard
Inoperable Vehicle
Graffitti
Dead Trees/shrubs
Illegal Dumping
Recreational Vehicle in yard
Other
I first started out with just two tables - Address and Complaints - but I've run into the situation where I can't produce two concurrent complaints against one address at a time.
My thinking is that this is a one-to-many-to-many relationship (one address, many types of complaints, many possible complaint letters to send).
I want one table for addresses (address, section)
I need to be able to send a form letter out at least 3 different times before handing the complaint over to the lawyer for further work. Therefore, each record would have date#1, date#2, date#3.
Misc. needs:
I want to have check box to say "Send Letter #1?" and date#1 will be filled in. (I have that working now via update queries)
I want to "store" a picture for each complaint sited. (I have this working now)
I am going to try an attach two .jpgs of the relationships as I've progressed thus far. OldComplaintRel.jpg is what I have working thus far and ComplaintRelation.jpg is where I've broken down the *problem* into three tables, but I just can't seem to get my mind wrapped around correctly.
I sincerely appreciate anyone taking the time to read all this rambling derth of information. If there is some area where I could read further on this type of subject, I'll be glad to bury my nose elsewhere.

I'm working on a database for a Homeowner's Association.
I'm creating "Complaint" forms.
There are 15 different types of complaint items. I'd like to set these up as yes/no checkboxes. They are as follows:
Peeling paint
Loose/Missing Roof Shingles
Sheds/Fence in disrepair
Vacant Building
Missing/Deteriorating siding
Gutters Rusted/Missing
Street number not displayed
Grass needs mowing
Trash/Junk in yard
Inoperable Vehicle
Graffitti
Dead Trees/shrubs
Illegal Dumping
Recreational Vehicle in yard
Other
I first started out with just two tables - Address and Complaints - but I've run into the situation where I can't produce two concurrent complaints against one address at a time.
My thinking is that this is a one-to-many-to-many relationship (one address, many types of complaints, many possible complaint letters to send).
I want one table for addresses (address, section)
I need to be able to send a form letter out at least 3 different times before handing the complaint over to the lawyer for further work. Therefore, each record would have date#1, date#2, date#3.
Misc. needs:
I want to have check box to say "Send Letter #1?" and date#1 will be filled in. (I have that working now via update queries)
I want to "store" a picture for each complaint sited. (I have this working now)
I am going to try an attach two .jpgs of the relationships as I've progressed thus far. OldComplaintRel.jpg is what I have working thus far and ComplaintRelation.jpg is where I've broken down the *problem* into three tables, but I just can't seem to get my mind wrapped around correctly.
I sincerely appreciate anyone taking the time to read all this rambling derth of information. If there is some area where I could read further on this type of subject, I'll be glad to bury my nose elsewhere.