presence76
MIS
Hello. I have a make table query where I am selecting records from a table based on values I have put in to the criteria section of the query. This works fine. There is one field on the table "user", that I want to select from based on values in another table "tblUserids". Can I do that in the criteria section?
The field is 7 bytes long and has values such as JB83160, JW21330 in it. I have a table called tblUserids that contains the userids that are valid such as JB83160, JW21330. I want to select records from the first table based on the values in tblUserids
The question is - Can you insert SQL in the criteria section of a make table query
Or
Is there a way to point to the values of the other table in the criteria section of a make table query?
If not, what other way would you reccommend I do this? Any help would be greatly appreciated. Thanks.
The field is 7 bytes long and has values such as JB83160, JW21330 in it. I have a table called tblUserids that contains the userids that are valid such as JB83160, JW21330. I want to select records from the first table based on the values in tblUserids
The question is - Can you insert SQL in the criteria section of a make table query
Or
Is there a way to point to the values of the other table in the criteria section of a make table query?
If not, what other way would you reccommend I do this? Any help would be greatly appreciated. Thanks.