pwdpwd
02-05-2010, 11:28 PM
Hi - would appreciate some help on a criteria issue with a select query:
I know how to pass a value from a text box on a form to a query - that works fine.
What I want to do now is to pass the value from a combo box to a query. I have a table which stores the year (yyyy) and a yearstartdate (dd/mm/yy) - which is not always 1st January. I have bound the combo box to that table, and disply the year only
I want the user to select the year from the combo box, but to pass the value for the date to the query.
Is there a way of doing this?
I know how to pass a value from a text box on a form to a query - that works fine.
What I want to do now is to pass the value from a combo box to a query. I have a table which stores the year (yyyy) and a yearstartdate (dd/mm/yy) - which is not always 1st January. I have bound the combo box to that table, and disply the year only
I want the user to select the year from the combo box, but to pass the value for the date to the query.
Is there a way of doing this?