Hi All,
I have a query that i use to generate and XML document from an access table. I have just been asked to update the query so the user is prompted to select a start and end date so the results are between start and stop. Problem is I keep getting a "too few parameters" error. Can someone let me know where I'm going wrong here, I've been looking at this for hours...
SELECT page_last_updated, page_file_name, description FROM update_html WHERE (((page_last_updated) Between [startDate] And [endDate]) AND ((completed)=Yes) AND ((homepage)=Yes))
Thanks a bunch!
Brad
I have a query that i use to generate and XML document from an access table. I have just been asked to update the query so the user is prompted to select a start and end date so the results are between start and stop. Problem is I keep getting a "too few parameters" error. Can someone let me know where I'm going wrong here, I've been looking at this for hours...
SELECT page_last_updated, page_file_name, description FROM update_html WHERE (((page_last_updated) Between [startDate] And [endDate]) AND ((completed)=Yes) AND ((homepage)=Yes))
Thanks a bunch!
Brad