Query Filter

mhakim

Member
Local time
Today, 08:42
Joined
Jan 25, 2021
Messages
72
Dears
Good DAY

i want to remove Yellow rows as PIC attached

on another way i need Query whithout Yellow Rows
 

Attachments

  • Query-Filter.PNG
    Query-Filter.PNG
    29.7 KB · Views: 245
SELECT *
FROM table
WHERE chart_account_number NOT IN (111301,112102,112103);
 
I USE Query Design
Criteria

can i do the same in Criteria ??
 

Users who are viewing this thread

Back
Top Bottom