Hi, if I have a table field with a line of ID's like
(memo field)
How would I incorporate that into a WHERE clause of a query?
I tried
WHERE [userID] = [groupIDs] but that just confused access and the query wouldn't open or display the datasheet
Cheers
Code:
323 OR 234 OR 12 OR 654 OR 1232
How would I incorporate that into a WHERE clause of a query?
I tried
WHERE [userID] = [groupIDs] but that just confused access and the query wouldn't open or display the datasheet
Cheers