I'm a bit stuck and fairly creeky with Access.
I have a table whereby I need certain fields NOT to display in the query results if another field (in the same row) has a particular value i.e. if chocolate = "n" don't display field "chocolate type". I need to do this for 3 other fields i.e. if Field A = N, don't display Field B on the same row.
I've tried simple query, which worked in the sense it only returned rows that satisfied all of the queries on a particular row. I need all the records in the table to be returned minus the fields have been queried.
Any suggestions on how I might be able to do this are gratefully received. Is it possible to do this as a query?
Hope this makes sense.
I have a table whereby I need certain fields NOT to display in the query results if another field (in the same row) has a particular value i.e. if chocolate = "n" don't display field "chocolate type". I need to do this for 3 other fields i.e. if Field A = N, don't display Field B on the same row.
I've tried simple query, which worked in the sense it only returned rows that satisfied all of the queries on a particular row. I need all the records in the table to be returned minus the fields have been queried.
Any suggestions on how I might be able to do this are gratefully received. Is it possible to do this as a query?
Hope this makes sense.