Noob here,
I have a file. Each record has questions, some of which have multiple answers. How can I compile these answers so they are sorted and counted in a report layout. Repeating fields and checkboxes don't work. Do I have to make a related file for each multiple-answer question?
Help please.
I have two files related by product code. One is called product list and contains details about each product including an inventory total.
Related to this is an invoice line items file which records sales. I want to reduce the qty on-hand by the quantity in the line item record, related by product code. I'm sure it's really simple but I can't get my head around it...
Thanks