K
Katherine
Hi,
Any help would be greatly appreciated.
I have a large output report from a database. I am trying to narrow down
the information in it. The goal is to take a list of users and isolate the
rows that apply to those users. I have one table, 'Users', with their names
populated. I have another Table 'RawData' with many fields, but I need to
query from three in particular, 'CreatedBy', 'Owner', 'Employees'.
'Employees' is a multi-value field, meaning their are multiple names in it.
What is the best way to run a query against those three fields, that will
return the ID of the row that has a user in one of those three fields. I
currently have two queries, one that gets the id from the 'CreatedBy' and
'Owner' and then I have a third query that runs a union on those. I do not
know how to run a query for that list of users against the 'Employees' field
(essentially to search within the field). Can someone please help me out
with that last query, or if you know how to combine all three into one?
Thanks, I know you guys are the best, because I've been able to find answers
on here before.
Any help would be greatly appreciated.
I have a large output report from a database. I am trying to narrow down
the information in it. The goal is to take a list of users and isolate the
rows that apply to those users. I have one table, 'Users', with their names
populated. I have another Table 'RawData' with many fields, but I need to
query from three in particular, 'CreatedBy', 'Owner', 'Employees'.
'Employees' is a multi-value field, meaning their are multiple names in it.
What is the best way to run a query against those three fields, that will
return the ID of the row that has a user in one of those three fields. I
currently have two queries, one that gets the id from the 'CreatedBy' and
'Owner' and then I have a third query that runs a union on those. I do not
know how to run a query for that list of users against the 'Employees' field
(essentially to search within the field). Can someone please help me out
with that last query, or if you know how to combine all three into one?
Thanks, I know you guys are the best, because I've been able to find answers
on here before.