Currently I have a user who enters estimate quantity data into an excel sheet in a specific format in specific cells. Every estimate gets it's own sheet/workbook. I had a macro created which copies the data from each of these estimates into another excel document so I can get counts and totals of all estimates. This works well when no new items are added, otherwise I have to change the macro.
I would prefer to put this into access, where essentially the data could be put in with a form.
Now I've seen examples where initial information is put in and a subform is used to add items to the estimate one by one. Is there a way where I can have a standardized list of items in a subform where the user puts in quantities only?
For table structure I was thinking the following.
Estimate
_______
EstimateID, Date, Project, PreparedBy, Description of Work, Location, etc.
Equipment
_______
EquipmentID, Material Unit Cost, ConstructionUnitRate, LabourRate, Description
Quantity
_______
QuantityID, EstimateID, EquipmentID, Quanitity
Thanks for any help you can provide
I would prefer to put this into access, where essentially the data could be put in with a form.
Now I've seen examples where initial information is put in and a subform is used to add items to the estimate one by one. Is there a way where I can have a standardized list of items in a subform where the user puts in quantities only?
For table structure I was thinking the following.
Estimate
_______
EstimateID, Date, Project, PreparedBy, Description of Work, Location, etc.
Equipment
_______
EquipmentID, Material Unit Cost, ConstructionUnitRate, LabourRate, Description
Quantity
_______
QuantityID, EstimateID, EquipmentID, Quanitity
Thanks for any help you can provide