G
Guest
Two tables that are related by the Boat Model make up a query. The tblModel
has anywhere from 9 - 12 boats and the tblParts has from 12 - 12,000 parts
per boat.
What I need to do is write an Array and/or Loop to cycle through the
tblParts and filter by each Model - then export to excel the parts for that
model into a workbook. So my workbook would have between 9 - 12 worksheets
based on how many boats are in the Models Table.
Is this possible or am I think to far ahead?
Thanks.
has anywhere from 9 - 12 boats and the tblParts has from 12 - 12,000 parts
per boat.
What I need to do is write an Array and/or Loop to cycle through the
tblParts and filter by each Model - then export to excel the parts for that
model into a workbook. So my workbook would have between 9 - 12 worksheets
based on how many boats are in the Models Table.
Is this possible or am I think to far ahead?
Thanks.