I am building a form to track rejected product and doing fine until I got a request for a little more complexity that just takes it past my immediate knowledge.
I have the following fields- RejectType, Action (Added, Destroyed, Issued) and Number of Product.
I need to keep track of total number Added, # added per Reject Type, total Destroyed, # destroyed per Reject Type, total issued, # issued per Reject Type.
I presume I need to do this using VBA and recordsets?
Of course additional complexity is added as this is all to be tracked in a subform being limited by the linking fields.
Any thought how difficult this will be to set up?
FYI I am just above Access VBA novice level, ie recordsets still cause minor problems.
I have the following fields- RejectType, Action (Added, Destroyed, Issued) and Number of Product.
I need to keep track of total number Added, # added per Reject Type, total Destroyed, # destroyed per Reject Type, total issued, # issued per Reject Type.
I presume I need to do this using VBA and recordsets?
Of course additional complexity is added as this is all to be tracked in a subform being limited by the linking fields.
Any thought how difficult this will be to set up?
FYI I am just above Access VBA novice level, ie recordsets still cause minor problems.