AccessIsEggs
New member
- Local time
- Today, 09:57
- Joined
- Jul 24, 2019
- Messages
- 9
Hello,
If we were to take an array loaded with data, is it possible to filter the WHERE clause in a record source with this array?
ie
WHERE [Tools].[ToolID]=" & arrTooling(i) & ""
or something similar
If we were to take an array loaded with data, is it possible to filter the WHERE clause in a record source with this array?
ie
WHERE [Tools].[ToolID]=" & arrTooling(i) & ""
or something similar