P
Pierkes
Hi,
On a form i have
- a combobox called "combo_house" based on a query called " Houses".
In the query i have a column called "price" and a column called "transdate"
which is a date.
On the form i also have 2 toggle boxes;
one called "sold"
one called "not sold"
I would like to be able to filter the query used by the combobox when the
togglebox is checked. So when i check "sold" the query used by the combobox
should be filtered on the value in column "price" > 0 OR column "transdate"
Can anyone help me on the vba code to do this please ?
Thanks very much,
Pierre
On a form i have
- a combobox called "combo_house" based on a query called " Houses".
In the query i have a column called "price" and a column called "transdate"
which is a date.
On the form i also have 2 toggle boxes;
one called "sold"
one called "not sold"
I would like to be able to filter the query used by the combobox when the
togglebox is checked. So when i check "sold" the query used by the combobox
should be filtered on the value in column "price" > 0 OR column "transdate"
date()
Can anyone help me on the vba code to do this please ?
Thanks very much,
Pierre