Hi
I have the following Access SQL query:
SELECT Trade.Ref_No, Trade.Carbon_Project, Trade.HostName, Trade.Country, Trade.Retainer_fee_to_Receive, Trade.Fees_Payable, Trade.Due_Date
FROM Trade
WHERE ((Month([Due_Date])=[?] And Month([Due_Date])=[?]));
I have put the information from WHERE into the Criteria of Due_Date in the Query Design View.
What I am trying to achieve is to be able to view the records based on two months parameters. i.e say to view the records between Jan 06 to Dec. 06.
Somehow I only get asked the first month input parameter from above query.
Can anyone pls help me on how I should get this?
Thanks
dfuas
I have the following Access SQL query:
SELECT Trade.Ref_No, Trade.Carbon_Project, Trade.HostName, Trade.Country, Trade.Retainer_fee_to_Receive, Trade.Fees_Payable, Trade.Due_Date
FROM Trade
WHERE ((Month([Due_Date])=[?] And Month([Due_Date])=[?]));
I have put the information from WHERE into the Criteria of Due_Date in the Query Design View.
What I am trying to achieve is to be able to view the records based on two months parameters. i.e say to view the records between Jan 06 to Dec. 06.
Somehow I only get asked the first month input parameter from above query.
Can anyone pls help me on how I should get this?
Thanks
dfuas