Alternate Row colors on Continuous form

cdoyle

Registered User.
Local time
Yesterday, 23:29
Joined
Jun 9, 2004
Messages
383
I'm sure this is in the forum somewhere, but the search isn't working so I can't find it.

I have a Continuous form, and would like the have the row colors alternate to make it easier to read.

I found this searching google
http://www.lebans.com/alternatecolordetailsection.htm

Is this the best way to accomplish this in Access 03?

Thanks
Chris.
 
Stephen Leban's hack is, indeed, the one usually cited when this question comes up.

Linq ;0)>
 
OK,
I'm giving this a try, and it's working fine for alternating the colors, but I've noticed it changes the size of my form to a default size when viewed, and it also moves my form to the upper left.

Where in the code, can I make it not do that?
I don't see anything.


I wanted to use this for multiple forms, one is a subform and they are different sizes.
 
Last edited:
found it,
I removed this

'If Me.RecordSelectors = False Then
DoCmd.MoveSize 0, 0, 8200, 5350
Else
DoCmd.MoveSize 0, 0, 8500, 5350
End If
 

Users who are viewing this thread

Back
Top Bottom