I am a noob developer and I’ve run right into my first hurdle.
I’m creating a DB which keeps track of companies as a form which is used as a lookup list for attributing employees to companies where they are employed.
Now, there are many different types of employees and they all need to be sortable so I can make a list of all people who are type x employee of company y.
My thought is to make an @Dblookup look for employee names only where their company is the one listed in the company lookup dialogue list, and where their employee type is listed.
I’ve run through the documentation and these forums and have figured out how to look up one or the other, but how do you append a secondary lookup criteria? Can you just do a 2nd @Dblookup, or is there (preferably) a way to specify multiple filtering criteria in one @Dblookup?
Thanks in advance,
Sam