J
Jeannie M
What I have is:
FldA FldB FldC FldD FldE FldF
cust1 1 1 1 1 1 6
cust2 1 2 1 1 1 1
cust3 1 1 1 1 1 1
cust4 1 1 1 4 1 1
cust5 1 1 1 1 1 1
cust6 1 7 1 1 1 3
What I need is more of an exception report so the user does not have to look
to hard to extract the numbers that are important - any value larger than 1.
Is there a way to not display a value below (or above) a specified threshold
on a report or form?
what I need to produce is this:
FldA FldB FldC FldD FldE FldF
cust1 6
cust2 2
cust3
cust4 4
cust5
cust6 7 3
this is much easier to pick out the critical values
HELP
FldA FldB FldC FldD FldE FldF
cust1 1 1 1 1 1 6
cust2 1 2 1 1 1 1
cust3 1 1 1 1 1 1
cust4 1 1 1 4 1 1
cust5 1 1 1 1 1 1
cust6 1 7 1 1 1 3
What I need is more of an exception report so the user does not have to look
to hard to extract the numbers that are important - any value larger than 1.
Is there a way to not display a value below (or above) a specified threshold
on a report or form?
what I need to produce is this:
FldA FldB FldC FldD FldE FldF
cust1 6
cust2 2
cust3
cust4 4
cust5
cust6 7 3
this is much easier to pick out the critical values
HELP