Hi,
I'm trying to make a simple query that will exclude a certain record set from a table. I have an events table that logs various types of data from stock movments to QA data. Each record type is identified by a 2 letter code.
Ie if it's a QA record there createing then in the event type they would choose "QA" as the record type. Theres about 15 differant record types and now I'm trying to exclude certain types from being seen by a customer. And I'm wondering how to do it >.<
What I've done so far is chosen all the required fields from the table for the query and under events type I was hoping to say "Exclude this event type".
I'm new to access and so far havn't ventured into Code at all to be honest and not exactly sure this is the best way to do it
I'm trying to make a simple query that will exclude a certain record set from a table. I have an events table that logs various types of data from stock movments to QA data. Each record type is identified by a 2 letter code.
Ie if it's a QA record there createing then in the event type they would choose "QA" as the record type. Theres about 15 differant record types and now I'm trying to exclude certain types from being seen by a customer. And I'm wondering how to do it >.<
What I've done so far is chosen all the required fields from the table for the query and under events type I was hoping to say "Exclude this event type".
I'm new to access and so far havn't ventured into Code at all to be honest and not exactly sure this is the best way to do it