I am quite familiar with simpler functions of Access and creating simple to medium difficult/structured forms. I was now given an assignment that looked simple enough, but I have been trying really hard to come up with a working solution for a few days with no success.
Let me explain: I have three basic criteria: organisations (about 40 entries), cost fields (about 30 entries), months (12 entries). What I have to do is come up with a form for entering data for each organisation, with the whole year (12 months) and all cost fields (about 30) opened at the same time (something similar like an Excel table for each organisation).
(To simplify, I'll leave unimportant fields in this description out)
I started by creating a table Organisations with an ID and name field, and entered the 40 organisations.
I also created a table Cost_Field with Cost_ID, and description, and entered the 30 cost fields.
Then I created 12 additional tables, each containing autonumber, ID (Dropdown menu linking to Organisations table -> ID field), and 30 columns (Cost_Field entries).
I don't like this structure, as it doesn't automaticall change if one Cost_Field changes, or gets removed, or if something is added. I also experimented with some other variations, but I cannot get any solution that would work and get the desired form result.
Again, I am obliged to follow the instruction to get the form (which will be used to enter data) sorted by Organisations (each organisation is a separate entry), with 12 months times all Cost_Fields (table-like) listed on the same page.
What I'd like to ask if you have any suggestions/solutions how to:
1st - create tables
2nd - set relations so that I'll be able to create a report that would meet the requirements listed above
Thank you for your help!
Let me explain: I have three basic criteria: organisations (about 40 entries), cost fields (about 30 entries), months (12 entries). What I have to do is come up with a form for entering data for each organisation, with the whole year (12 months) and all cost fields (about 30) opened at the same time (something similar like an Excel table for each organisation).
(To simplify, I'll leave unimportant fields in this description out)
I started by creating a table Organisations with an ID and name field, and entered the 40 organisations.
I also created a table Cost_Field with Cost_ID, and description, and entered the 30 cost fields.
Then I created 12 additional tables, each containing autonumber, ID (Dropdown menu linking to Organisations table -> ID field), and 30 columns (Cost_Field entries).
I don't like this structure, as it doesn't automaticall change if one Cost_Field changes, or gets removed, or if something is added. I also experimented with some other variations, but I cannot get any solution that would work and get the desired form result.
Again, I am obliged to follow the instruction to get the form (which will be used to enter data) sorted by Organisations (each organisation is a separate entry), with 12 months times all Cost_Fields (table-like) listed on the same page.
What I'd like to ask if you have any suggestions/solutions how to:
1st - create tables
2nd - set relations so that I'll be able to create a report that would meet the requirements listed above
Thank you for your help!