All,
I have a report that has a field that holds several values (drop-down menu). One of those values is a ".". I am trying to write code to hide the "." when the report comes up. I only want the other values to show. The code I tried is the following, but it doesn't work:
If field.Text = "." Then
field.Text = ""
What am I doing wrong? Can someone please help me, and as always your help is GREATLY appreciated
I have a report that has a field that holds several values (drop-down menu). One of those values is a ".". I am trying to write code to hide the "." when the report comes up. I only want the other values to show. The code I tried is the following, but it doesn't work:
If field.Text = "." Then
field.Text = ""
What am I doing wrong? Can someone please help me, and as always your help is GREATLY appreciated