Hey everyone!
I am stuck on an issue with my db. I am trying to run a query with data from multiple tables based on a date selection in a combobox. When entering the date on the criteria design (#9/16/2008# for example) the query runs fine. However when trying to run the same query with the combobox selection I get the following error: "The expression is typed incorrectly, or is too complicated to be evaluated. For example..."
Not too sure what to do. I have checked that the bound column of the cbo is the date, checked that data types match, etc. and have gotten nowhere. The criteria in the query is [Forms]![frmLaunch]![cboDate] under IssueDate.
Thanks for the feedback!
Jason.
P.S. One thing that might be possible. The field name IssueDate is on two tables identically (not linked) in the query.
I am stuck on an issue with my db. I am trying to run a query with data from multiple tables based on a date selection in a combobox. When entering the date on the criteria design (#9/16/2008# for example) the query runs fine. However when trying to run the same query with the combobox selection I get the following error: "The expression is typed incorrectly, or is too complicated to be evaluated. For example..."
Not too sure what to do. I have checked that the bound column of the cbo is the date, checked that data types match, etc. and have gotten nowhere. The criteria in the query is [Forms]![frmLaunch]![cboDate] under IssueDate.
Thanks for the feedback!
Jason.
P.S. One thing that might be possible. The field name IssueDate is on two tables identically (not linked) in the query.