i want to make labels...
i usually use a table as a repeater like the following.
Part Table
company, part #, description
sample data
sjpc, 101, product 1
sjpc, 102, product 2
Repeater Table
company, nblabels
sample data
sjpc, 1
sjpc, 2
sjpc, 3
i link the table with the company field which is always equal then i put a record selection formula like:
"nbLabels <=10" for 10 labels.
but this work for all the products i select but 10 labels each...
how to do this but for like
5 labels of product 1
7 labels of product 2
3 labels of product 3
etc.
thanks in advance.
i usually use a table as a repeater like the following.
Part Table
company, part #, description
sample data
sjpc, 101, product 1
sjpc, 102, product 2
Repeater Table
company, nblabels
sample data
sjpc, 1
sjpc, 2
sjpc, 3
i link the table with the company field which is always equal then i put a record selection formula like:
"nbLabels <=10" for 10 labels.
but this work for all the products i select but 10 labels each...
how to do this but for like
5 labels of product 1
7 labels of product 2
3 labels of product 3
etc.
thanks in advance.