murray83
Games Collector
- Local time
- Today, 21:21
- Joined
- Mar 31, 2017
- Messages
- 827
Hi trying to pull just certain data using a SQL pass through query so the table isn't stored within the database but am able to query it and pull data
and when trying to pull data with this
but it faults says missing right parenthesis
have tried google and found this site on stack over flow but its for dates and im wanting a string of 8 numbers inputted
https://stackoverflow.com/questions/13538305/how-to-prompt-user-input-parameters-for-sql-queries-in-access-2010
and when trying to pull data with this
Code:
SELECT
Reference_Id, Sku_Id, Code
FROM Inventory_Transaction
WHERE Code = 'Receipt' AND (((Reference_Id)=[Which Pre Advice]));
but it faults says missing right parenthesis
have tried google and found this site on stack over flow but its for dates and im wanting a string of 8 numbers inputted
https://stackoverflow.com/questions/13538305/how-to-prompt-user-input-parameters-for-sql-queries-in-access-2010
Last edited: