Hello,
I am trying to write a query in query design to take a count on electronic invoices vs. manual invoices based on 2 fields in a table. Field 1: Doc Type. Field 2: User Type.
For electronic, I'd like to create some sort of expression that will Count all Doc Types that start with an "I" but also all doc types that start with an "R" but also have a User Type that start with a "Z".
For manual, I just need to count all Doc Types that are not "I" but also Doc Types those that start with "R", but do not have a User Type that starts with "Z". Any help would be huge, I'm very lost.
Again:
Elect = Doc Types: "I*", "R*" (User Type"Z*")
Manual = Doc Types: Not "I", but can be "R*" (Not User type "Z*").
Hopefully that is clear. Thanks in advance.