Highlighting in Report

G

Guest

My underlying query for the report asks the user to enter the Grid ID. In
the table, the Grid ID consists of numbers like A25, B5, B6, E35. In the
report, I want the information for B5 to pop up. When I enter in B5 the
report shows up but in the Grid ID box A25, B5, B6, and E35 all show up. Is
there a way to highlight B5 in the report. So, I want the report to pop up
and whatever Grid ID was entered, I want to be highlighted or in a different
color text. Is this possible?
 
R

Rick B

Please do not post duplicate questions in separate newsgroups. If you get
an answer in one group, someone else may waste time giving you a second
answer and not be aware that you already have a response.
 
G

Guest

I have looked at conditional formatting. I said equal to Grid ID but then it
highlights everything instead of the specific grid I enter.
 
D

Duane Hookom

You have to use the "asks the user to enter" so the Grid ID is compared to
some unique value.
 
D

Duane Hookom

Those are your words. You need to tell us what you mean by "query for the
report asks the user to enter the Grid ID".

The SQL view of your query might help.
 
G

Guest

The report has a paramater set that says Enter Grid ID. If I enter B5, the
report shows the information for B5. The information for B5 may be the same
for B6, and C5, and D8. So, in the report I want the B5 to be highlighted in
the string of text that contains all the Grid IDs. I tried the conditional
formatting and said equal to the Grid ID but when I run the report everything
turns a different color, not just B5. I'm unsure about how to write an
expression that will have just the Grid I want (grid entered) be a different
color
 
D

Duane Hookom

You must compare the grid id field/text box to the expression [Enter Grid
ID].
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Report problem 5
IF THEN 4
highlighting 4
report to show 5 year trend 1
Drawing a grid on a Report 2
I have either a H or A in cell B5. 2
Percentage Formula Issue 1
Vlookup & exact match 4

Top