Good day Everyone.
I have a table that include sequence value from different tables.
I have created a query that does show me all the values for all entries in the table and I have query showing me individual entries if I know the entry does have a broken value. I would like to create a query that I can run and only return all the users with broken entries without having to go through them all one at the time.
Here is a example.
USER LEVEL SECTION
501 0 File
501 1 Administration
501 2 General
501 3 Management
501 4 Archives
501 5 Level 1
501 6 Date
Would anyone have an idea as to how I can query the tables to only return the users with a broken Level value?
I have a table that include sequence value from different tables.
I have created a query that does show me all the values for all entries in the table and I have query showing me individual entries if I know the entry does have a broken value. I would like to create a query that I can run and only return all the users with broken entries without having to go through them all one at the time.
Here is a example.
USER LEVEL SECTION
501 0 File
501 1 Administration
501 2 General
501 3 Management
501 4 Archives
501 5 Level 1
501 6 Date
Would anyone have an idea as to how I can query the tables to only return the users with a broken Level value?