I am importing a flat file which is supplied as a list of data;
Example
Road Name
House Number
Number of residents in the House
Number of occupants in the Road
On a single form, I need to display - by Road - the House Numbers and number of occupants in each house as well as the summary of occupants for the Road.
Example
Cornwall Road
House 1
Residents 3
House 2
Residents 4
Road Total = 7
Ideally, the form will be in 2 sections, the Road selector at the top and the House metrics below, so each road will have all of the details shown in the lower panel.
Silly thing is that I can do it if the tables were separate, but I am struggling with a simple flat file which I don't want to split into two for various reasons.
Any ideas?