R
riyaz
dear mvp's
I need your help to give a sample code for the following situation, As i
have tried other ways i can't get it.
this is my table structure (For eaxmple)
workorder serialno
101 1
101 2
101 3
101 4
101 5
102 1
102 2
102 3
102 4
102 5
using this table i have to print the labels for the following situations:
1.it should prompt for workorder:
(each workorder have 5 to 10 serial no here i have given 5 serial no's for
single workorder for example)
2.secondly it prompts for "Staring serial no" & "ending serial no".This
is because
for example :: if i enter starting serialno = 2 & ending serial no=5
it should only print the labels for the serialno starting from 2 to 5 for
the corresponding workorder that is entered in the first step (i.e) 2,3,4,5
3.lastly it prompts for "no.of copies to print for the above selected serial
no's"
plz give me some solutions.Whether this condition is possible or not.
regards
riyaz
I need your help to give a sample code for the following situation, As i
have tried other ways i can't get it.
this is my table structure (For eaxmple)
workorder serialno
101 1
101 2
101 3
101 4
101 5
102 1
102 2
102 3
102 4
102 5
using this table i have to print the labels for the following situations:
1.it should prompt for workorder:
(each workorder have 5 to 10 serial no here i have given 5 serial no's for
single workorder for example)
2.secondly it prompts for "Staring serial no" & "ending serial no".This
is because
for example :: if i enter starting serialno = 2 & ending serial no=5
it should only print the labels for the serialno starting from 2 to 5 for
the corresponding workorder that is entered in the first step (i.e) 2,3,4,5
3.lastly it prompts for "no.of copies to print for the above selected serial
no's"
plz give me some solutions.Whether this condition is possible or not.
regards
riyaz