How do you create a field on a form that counts the selected records, only if a certain word is in the field.
Records are selected via a combo box on a form header.
I then have tabs below that display different subforms.(One of the tabs is orders)
Basically i have combo box on the orders form that lists all posible locations for a particular item e.g.
"location 1 - sub location 1"
"location 1 - sub location 2"
"location 2 - sub location 1"
"location 2 - sub location 2"
i want to count all the records that have "location 1" at the start and display the quantity in a field on the orders form
Records are selected via a combo box on a form header.
I then have tabs below that display different subforms.(One of the tabs is orders)
Basically i have combo box on the orders form that lists all posible locations for a particular item e.g.
"location 1 - sub location 1"
"location 1 - sub location 2"
"location 2 - sub location 1"
"location 2 - sub location 2"
i want to count all the records that have "location 1" at the start and display the quantity in a field on the orders form
Comment