S
Steve P
I'm using a "settings" table to capture text strings to use as criteria for
queries. So, after selecting an option in a combobox, i have a script that
will update the value in my settings table. That same field is linked to a
query I've built and serves as a "dynamic" criteria for the query. If a
"one" is selected, a "1" is written on the table, from which the query uses
the "1" as criteria for in a field.
My question is, what should the table setting be to select all records (ie:
no criteria)? I've been trying "Like '*'" and deviations of it to no avail.
Please help.
queries. So, after selecting an option in a combobox, i have a script that
will update the value in my settings table. That same field is linked to a
query I've built and serves as a "dynamic" criteria for the query. If a
"one" is selected, a "1" is written on the table, from which the query uses
the "1" as criteria for in a field.
My question is, what should the table setting be to select all records (ie:
no criteria)? I've been trying "Like '*'" and deviations of it to no avail.
Please help.