I have a table that I want to do some summary calculations on. It is a detail table with multiple records for each Master Part# and the corresponding quantities and costs for the items that make up the master part. I want to create a table that has one record for each Master Part and contains the summary information (total cost) from the group of records in the detail table.
Previously I have been using TCursors to do this type of thing, but I would like to utilize the power of queries. I have been reading through manuals and searching online, but am still stumped.
Previously I have been using TCursors to do this type of thing, but I would like to utilize the power of queries. I have been reading through manuals and searching online, but am still stumped.