T
Tim C via AccessMonster.com
hello:
Is it possible to have a make-table query create multiple records from one
record if a certain condition is met?
I have a table with towns and % of trash hauled. My report works fine if
there was only one town with 100% of the load. However, if the load is split
60% from town A, 40% from town B I can't correctly attribute the 2nd town and
their % on the report.
1st TOWN
Org_Code1 =Freeport
OrgPercent1 = 60%
2nd TOWN
Org_Code2 = Portland
OrgPercent2 = 40%
I suppose I could make a new table from the query and use VBA to split the
single record into 2 records where Org_code1 and Orgpercent1 contained the
datareference above but, I would think there should be an easier way using
only a query.
Any Suggestions?
Thanks
TMC
orgpercent1 contained the split data
Is it possible to have a make-table query create multiple records from one
record if a certain condition is met?
I have a table with towns and % of trash hauled. My report works fine if
there was only one town with 100% of the load. However, if the load is split
60% from town A, 40% from town B I can't correctly attribute the 2nd town and
their % on the report.
1st TOWN
Org_Code1 =Freeport
OrgPercent1 = 60%
2nd TOWN
Org_Code2 = Portland
OrgPercent2 = 40%
I suppose I could make a new table from the query and use VBA to split the
single record into 2 records where Org_code1 and Orgpercent1 contained the
datareference above but, I would think there should be an easier way using
only a query.
Any Suggestions?
Thanks
TMC
orgpercent1 contained the split data