I have a form that lets say has the following fields on it.
date, location, precinct, type, low, high
and lets say my data as filtered and sorted using a query on the screen looks like this
5/7/2010 A 100 D 1 50
5/7/2010 A 100 D 51 100
5/7/2010 A 100 D 101 150
5/7/2010 A 100 D 151 200
5/7/2010 A 100 N 1 50
5/7/2010 A 100 N 51 100
5/7/2010 A 200 D 1 50
5/7/2010 A 200 D 51 100
5/7/2010 A 200 N 1 50
5/7/2010 A 200 N 51 100
Now what I want the user to see on the screen is the first row bold or a different color for each precinct meaning it would look like this. There are other fields on the screen to the right of this data that are modifiable but is not important to this question.
5/7/2010 A 100 D 1 50
5/7/2010 A 100 D 51 100
5/7/2010 A 100 D 101 150
5/7/2010 A 100 D 151 200
5/7/2010 A 100 N 1 50
5/7/2010 A 100 N 51 100
5/7/2010 A 200 D 1 50
5/7/2010 A 200 D 51 100
5/7/2010 A 200 N 1 50
5/7/2010 A 200 N 51 100
Is it possible to do this with the conditional formatting or another technique. I know with a report I could using grouping, but don't see how to do this on a form.
Any suggestions would be helpful
Marnie
date, location, precinct, type, low, high
and lets say my data as filtered and sorted using a query on the screen looks like this
5/7/2010 A 100 D 1 50
5/7/2010 A 100 D 51 100
5/7/2010 A 100 D 101 150
5/7/2010 A 100 D 151 200
5/7/2010 A 100 N 1 50
5/7/2010 A 100 N 51 100
5/7/2010 A 200 D 1 50
5/7/2010 A 200 D 51 100
5/7/2010 A 200 N 1 50
5/7/2010 A 200 N 51 100
Now what I want the user to see on the screen is the first row bold or a different color for each precinct meaning it would look like this. There are other fields on the screen to the right of this data that are modifiable but is not important to this question.
5/7/2010 A 100 D 1 50
5/7/2010 A 100 D 51 100
5/7/2010 A 100 D 101 150
5/7/2010 A 100 D 151 200
5/7/2010 A 100 N 1 50
5/7/2010 A 100 N 51 100
5/7/2010 A 200 D 1 50
5/7/2010 A 200 D 51 100
5/7/2010 A 200 N 1 50
5/7/2010 A 200 N 51 100
Is it possible to do this with the conditional formatting or another technique. I know with a report I could using grouping, but don't see how to do this on a form.

Any suggestions would be helpful
Marnie