P
Pele
I wrote a query and I need to put a conditional query in
the criteria pane. Below is an example of the condition
that I'd created but it is not working. I am not confident
that the criteria was written corrctly anyway.
The criteria is such that the values in a particular field
will be limited based on the selections in an Optiongroup
and a Textbox.
I would appreciate any help.
IIf([forms]![4Brand All_form_step0]!
[BrandsortAll_optiongrp]=1,<=(1/([forms]![4Brand
All_form_step0]![TxtBrandListLimit]+0.0005)),<=([forms]!
[4Brand All_form_step0]![TxtBrandListLimit]+0.0005))
the criteria pane. Below is an example of the condition
that I'd created but it is not working. I am not confident
that the criteria was written corrctly anyway.
The criteria is such that the values in a particular field
will be limited based on the selections in an Optiongroup
and a Textbox.
I would appreciate any help.
IIf([forms]![4Brand All_form_step0]!
[BrandsortAll_optiongrp]=1,<=(1/([forms]![4Brand
All_form_step0]![TxtBrandListLimit]+0.0005)),<=([forms]!
[4Brand All_form_step0]![TxtBrandListLimit]+0.0005))