Newbies empire Posted August 12, 2007 Newbies Posted August 12, 2007 Dear all, I need to create labels that summarize text information in a field. I have a field called catalog number. Then, I have another field called voucher. So I have records with the same catalog number but with many vouchers. Example: Catalog no. 345 Voucher:pa-123 Catalog no. 345 Voucher:pa-632 Catalog no. 345 Voucher:pa-388 How can I have a label that shows the catalog number once with all the voucher information summarized. I need to print one label per Catalog number with all the voucher info. The final result should be something like this: Catalog no. 345 Voucher:pa-123 Voucher:pa-632 Voucher:pa-388 All the info in one label. I hope this makes sense. Thanks a lot in advance for your help.
Brian C Posted August 13, 2007 Posted August 13, 2007 Create an unstored calculation field at the Catalog TO. Use the List() function to grab each of the values for the related voucher. You can then make use of the substitute() function if you want to filter out the pilcrows (carriage returns).
Recommended Posts
This topic is 6649 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now