R
Rashar Sharro via AccessMonster.com
Hi,
I have a combo box that uses a query to populate customer name, address
city. Upon selecting a customer name from the list, my sales totals
information correspond to the customer name that I select. What I would
like to do is click on the drop down list and be able to see a checkmark
beside the names of those who do not have a total of 0 sales.
I tried to use the conditional formatting option to see if i could
highlight those that do not have 0 for sales, but my syntax is incorrect.
For the conditional formatting, I am using expression.
My syntax are as follows... iIF (Sales_Total) <> 0 Then
(and then I would select my format option).
Any help would be greatly appreciated.
Thanks
I have a combo box that uses a query to populate customer name, address
city. Upon selecting a customer name from the list, my sales totals
information correspond to the customer name that I select. What I would
like to do is click on the drop down list and be able to see a checkmark
beside the names of those who do not have a total of 0 sales.
I tried to use the conditional formatting option to see if i could
highlight those that do not have 0 for sales, but my syntax is incorrect.
For the conditional formatting, I am using expression.
My syntax are as follows... iIF (Sales_Total) <> 0 Then
(and then I would select my format option).
Any help would be greatly appreciated.
Thanks