Forum Discussion
HUlm1
6 years agoHelper I
Any One Instance / At least One
Hi, I have three tables: "purchase orders" ; "jobs" and "quotations" In "quotations" I have a Yes/No column which shows whether a Job requires materials from our Parent Company (lets call them A...
- 6 years ago
There's probably a smoother way of doing it, but I just COUNT'ed "YES" for each PO, and if that COUNT was > 0, then 'YES Present' else 'Yes Not Present'.
FOrrest