Highlighting a record in a query

C

Clueless Boy

Is there a way to highlight a record in a query? I would like to query a
group of records and then highlight or change the text color for certain
records if certain conditions are met. Can this be done?
 
A

Albert D. Kallal

If you send the results to a continues form (which looks much like a
datasheet), then you can use what is called conditional formatting.

So, you can't do this with just the query builder, but if you base a
continues form on that query...then yes..you can...
 
Top