B
Bob Vance
My query has 4 fields
All Records "Active"
HorseID (ID Number)
Invoicing1 (Yes/No)
Invoicing2 (True/False, Check Box)
What I am trying to achieve is to show records Only thats are
Active,HorseID that all have the same ID number, No, True
This would Query
Active| 12 | No | True
Active| 12 | No | True
This Would not Query
Active |23| No| True
Active |23| No| False
This would Query
Active|34| No|True
This Would not Query
Active|40|No|False
Thanks for any Help.....Bob
All Records "Active"
HorseID (ID Number)
Invoicing1 (Yes/No)
Invoicing2 (True/False, Check Box)
What I am trying to achieve is to show records Only thats are
Active,HorseID that all have the same ID number, No, True
This would Query
Active| 12 | No | True
Active| 12 | No | True
This Would not Query
Active |23| No| True
Active |23| No| False
This would Query
Active|34| No|True
This Would not Query
Active|40|No|False
Thanks for any Help.....Bob