Ok, So according to the internets, I'm doing this right. However, I am not getting the desired result.
I am using a crosstab query with the added stipulation that I need to only extract data between 2 dates. I put the parameters in like so:
Between [Start Date] And [End Date] l...
Thanks in advance for the assist.
I have a want to pull the following information from a data table.
Part number and Machine number.
I created an inital query for Part Number. I enter the part number using [Enter Part Number] in my criteria for Part Number and the query correctly returns all...
Hi,
What is the best way to use a form to allow an enduser to upload a file of IDs so that they can be used to query the database? In other words, so that they would be part of an "IN" statement like:
Select field1, field2, field3 from table1 where myID IN ('val1', 'val2', 'val3',...'valn')...