I have a table with many fields and several are yes/no fields. This table is populated by a form. I am wanting to create a query that will provide data depending on whether or not some of these Yes/No fields are true. I will try and give an example below.
BUILD ID FIELDS:
E010=Yes/No C809=Yes/No F001=Yes/No C810=Yes/No etc. etc.
SOE FIELDS:
Process=Yes/No Events Added=Yes/No New SOE=Yes/No etc. etc.
The query I want to create is:
If Any of the Build ID Fields are True and any of the SOE Fields are True then I want to see certain other fields in the table. I would like not have to list all of the Yes/No Fields in the query and just use an IF statement if possible. I am also open to other suggestions such as VBA Code and/or SQL. I would also like to use a time range and I do have time Fields in the Table.
Thanks for any answers.
BUILD ID FIELDS:
E010=Yes/No C809=Yes/No F001=Yes/No C810=Yes/No etc. etc.
SOE FIELDS:
Process=Yes/No Events Added=Yes/No New SOE=Yes/No etc. etc.
The query I want to create is:
If Any of the Build ID Fields are True and any of the SOE Fields are True then I want to see certain other fields in the table. I would like not have to list all of the Yes/No Fields in the query and just use an IF statement if possible. I am also open to other suggestions such as VBA Code and/or SQL. I would also like to use a time range and I do have time Fields in the Table.
Thanks for any answers.