K
klp via AccessMonster.com
I am creating a form that the shipping labels will print from. However I am a
little stuck. Below I will try to explain my form.
On the main part of the form I will have a combo box, this is where the user
will be able to select an order. The subform will then bring up the details
for that order(LineNo & ItemNo). Here I added a field Label Count. I need the
user to be able to go into each line and depict how many labels for EACH line.
Then Print the shipping labels based on how many labels for each of those
part numbers. For example:
Order ID: 1451
Line Item # Label Cnt
1 123456 2
2 789101 1
3 987654 0
So then when the shipping labels print it will print 2 of item # 123456 and 1
of 789101. How do I go about doing this?
any help greatly appreciated.
little stuck. Below I will try to explain my form.
On the main part of the form I will have a combo box, this is where the user
will be able to select an order. The subform will then bring up the details
for that order(LineNo & ItemNo). Here I added a field Label Count. I need the
user to be able to go into each line and depict how many labels for EACH line.
Then Print the shipping labels based on how many labels for each of those
part numbers. For example:
Order ID: 1451
Line Item # Label Cnt
1 123456 2
2 789101 1
3 987654 0
So then when the shipping labels print it will print 2 of item # 123456 and 1
of 789101. How do I go about doing this?
any help greatly appreciated.