M
Mike
I have a continuous form with a combo box in the form
header to filter the records.
The combo box row source is based on a union query (in
order to add "*"(all) to the list of values).
The underlying query for the table uses the following
criteria:
Like [Forms]![MyContinuousForm]![MyComboBox]
The combo box has the following values:
*
10
11
1111
1145
I have the following problem:
When I select "10" or "1111" or "1145" in the combo box,
everything is OK - the form shows only required records.
But when I select "11" the form doesn't show any records,
although the records exist in the underlying table.
If I select "*" (all records) the form shows all the
records except records with "11".
What is wrong?
header to filter the records.
The combo box row source is based on a union query (in
order to add "*"(all) to the list of values).
The underlying query for the table uses the following
criteria:
Like [Forms]![MyContinuousForm]![MyComboBox]
The combo box has the following values:
*
10
11
1111
1145
I have the following problem:
When I select "10" or "1111" or "1145" in the combo box,
everything is OK - the form shows only required records.
But when I select "11" the form doesn't show any records,
although the records exist in the underlying table.
If I select "*" (all records) the form shows all the
records except records with "11".
What is wrong?