i am using the main Table (client List) where I add my client then I use lookup (in client list) to find the Invoice number in another Table Called “Master Inventory”
My question is How to find the count? with the following conditions
- Count the number of people in “SOLD TO” TAB
- number of people in “SOLD TO” - “Store Inventory”
if nothing is available in “SOLD TO” return the original “Store Inventory”
Can you guys help me