Hello,
Can someone help, please...
I need in MS Access form automatically assign the box number for specific count of specific group name and increase the number when QTY reach the max. For packaging purpose.
For example just need pack 5 items of specific group A in box # A1 and when it reach qty-5 start packing other 5 in box # A2. at same time Group B pack in box #B1 and when it reach qty-5 start packing in box #B2 Example:
Group: A, B
Count per box: 5 for each group
If I have:
ID1 Gr:A Box #A1
ID2 Gr:A Box #A1
ID3 Gr:B Box #B1
ID4 Gr:A Box #A1
ID5 Gr:A Box #A1
ID6 Gr:A Box #A1
ID7 Gr:B Box #B1
ID8 Gr:A Box #A2
ID9 Gr:B Box #B1
I would like to use VBA code but do now know how to start it in this case. Please help. Do not see anywhere examples :banghead:
Can someone help, please...
I need in MS Access form automatically assign the box number for specific count of specific group name and increase the number when QTY reach the max. For packaging purpose.
For example just need pack 5 items of specific group A in box # A1 and when it reach qty-5 start packing other 5 in box # A2. at same time Group B pack in box #B1 and when it reach qty-5 start packing in box #B2 Example:
Group: A, B
Count per box: 5 for each group
If I have:
ID1 Gr:A Box #A1
ID2 Gr:A Box #A1
ID3 Gr:B Box #B1
ID4 Gr:A Box #A1
ID5 Gr:A Box #A1
ID6 Gr:A Box #A1
ID7 Gr:B Box #B1
ID8 Gr:A Box #A2
ID9 Gr:B Box #B1
I would like to use VBA code but do now know how to start it in this case. Please help. Do not see anywhere examples :banghead: