I'm trying to limit the results of a query by setting the criteria of three fields to the values of a ComboBox's columns.
I'm using similar syntax for each field...
[blue][forms].[myForm].[ComboBox1]![column(2)][/blue]
The problem is that the criteria returns a null (or blank) value. I've tried setting one of the columns to...
[blue]Expr1: [forms].[myForm].[ComboBox1]![column(2)][/blue]
When I run the query, the entire column is blank.
Where am I going wrong?
I'm using similar syntax for each field...
[blue][forms].[myForm].[ComboBox1]![column(2)][/blue]
The problem is that the criteria returns a null (or blank) value. I've tried setting one of the columns to...
[blue]Expr1: [forms].[myForm].[ComboBox1]![column(2)][/blue]
When I run the query, the entire column is blank.
Where am I going wrong?