I have three tables: Region, Country, City
In TBL_City I have information that I need to perform math functions and represent in a graph (if possible) to compare the information from two separate cities.
On the Form I will first select the Region (North America, Europe, Middle East, etc); in the first Sub-form I will select the corresponding country based on the Region selected; in the second Sub-form it provides an opportunity to Add/Delete/Change Cities for the selected country and to make quantity changes to the four fields, which are: Troop Strength, Armor, Air Defense and Artillery.
My first problem is having a field on the FORM, not the Sub-form, giving a total sum of each of the above four fields for the selected country based on the information provided in the city sub-form.
My second problem is how can I compare the Total quantities from two (possibly up to four) selected Cities and then present this data in a graph? The graph isn't completely necessary but it would add a quick reference. The comparison would allow me to see that City One has 150% more defense over City Two.
Thanks ahead of time and if you happen to have any additional comments please add them.
Tony
In TBL_City I have information that I need to perform math functions and represent in a graph (if possible) to compare the information from two separate cities.
On the Form I will first select the Region (North America, Europe, Middle East, etc); in the first Sub-form I will select the corresponding country based on the Region selected; in the second Sub-form it provides an opportunity to Add/Delete/Change Cities for the selected country and to make quantity changes to the four fields, which are: Troop Strength, Armor, Air Defense and Artillery.
My first problem is having a field on the FORM, not the Sub-form, giving a total sum of each of the above four fields for the selected country based on the information provided in the city sub-form.
My second problem is how can I compare the Total quantities from two (possibly up to four) selected Cities and then present this data in a graph? The graph isn't completely necessary but it would add a quick reference. The comparison would allow me to see that City One has 150% more defense over City Two.
Thanks ahead of time and if you happen to have any additional comments please add them.
Tony