Hi All
i am trying to use a query to filter to all values less than £500 but i wish it to exclude the 0 values
my SQL for the filter
HAVING (((Enquiries.[Total Value])<500))
Can anyone help as to what i need to add to ensure all values that are £0.00 are excluded??
Appreciate anyone help
Thanks
Ali
i am trying to use a query to filter to all values less than £500 but i wish it to exclude the 0 values
my SQL for the filter
HAVING (((Enquiries.[Total Value])<500))
Can anyone help as to what i need to add to ensure all values that are £0.00 are excluded??
Appreciate anyone help
Thanks
Ali