Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Fields is filtered

Status
Not open for further replies.

jbpelletier

Programmer
Sep 8, 2001
232
CA
Hi,

Do there is a way to show (ex : different field font color) the user that the filed is filtered?

i know that if u click on the filed u can check if the filter icon is down or not .. but i whant a more explicit way to show it

tanx
jb
 
Nm, I found how to do it, using an alert with if var =1 clor =blue if var =0 color = black

var is:

If (Max(field) in report = Min(field) in report) then 1 else 0


jb
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top