Each record in my table (called Brooks) is a separate order. Each order/record includes a store number, as well as a bunch of name fields (name1, name2, name3, etc).
The idea is that a store can enter a bunch of names into the table and we can process an order (each record).
I would like to be able to COUNT the number of names present in each record (meaning, the number of name1/2/3/4/5/6/7/8/9/10 fields actually filled) and spit that number back in a report.
It would read something like:
Store# 4536 Number of Products Ordered: 129
You see, there are no numbers used currently to actually total. I need something to look at how many name fields have been filled and total the used fields to a number stating number of products purchased (obviously, each name entered represents a single product ordered.)
Thanks so much!
Kelly Warner
The idea is that a store can enter a bunch of names into the table and we can process an order (each record).
I would like to be able to COUNT the number of names present in each record (meaning, the number of name1/2/3/4/5/6/7/8/9/10 fields actually filled) and spit that number back in a report.
It would read something like:
Store# 4536 Number of Products Ordered: 129
You see, there are no numbers used currently to actually total. I need something to look at how many name fields have been filled and total the used fields to a number stating number of products purchased (obviously, each name entered represents a single product ordered.)
Thanks so much!
Kelly Warner