Hi,
I have a main table called project, one record per project. I have a detailed table which hold many records per project. I want to count the records in the detail table for each project and store the count in the project table. There will be a couple extra criteria for selecting records from the detail file aside from project ID. There are at most 30 projects and hundreds of detail records per project. This is not a large database.
Should I do this entirely in VBA, looping through the details for each project record, or can/should this be accomplished with a combination of VBA and a query? Please provide an approach. The more detailed the more beneficial. Thanks so much!
Howard