Randall,
A form can be bound or not without changing the answer I made.
Binding the form establishes a recordsource, but it does not bind the client area of the form. The appearance of a row in a continuous form (as opposed to the controls in the row) is an unbindable domain.
You can change the color of individual
controls, but I have the impression that Michael is asking about mimicking the appearance of printer paper that has alternating rows of color, but doing that coloring on the basis of the data.
I see that you indeed give a means of working on a
control, as you start out your answer with âPick a [u]control</u> on a form...â So i believe that you and I are sort of answering different issues.
I pointed out the behavior of putting â10â in an unbound control only to serve as an example of readily-duplicatable behavior, a concept which then applied adductively to the client area of a form.
I am not in my early years. I have been programming professionally (meaning actually getting paid to do it), full time, for 10 years, 7 of it as a contractor. (I must be doing something right if I have been employed on a contract basis without a break for 7 years...) The first 4 years of that was spent almost exclusively in Access (a little C, a little Excel & Word programming work). At one time I was one of the top 15 experts in the Access area of Experts Exchage.
I have been using
VB and Oracle almost exclusively now for the last 5 years, and my sharpness on Access has atrophied some.
To maintain credibility, I am careful to imply uncertainty when I can't quite remember. That way, when I am decisive in my answer it can be trusted. (Well... that's my intention anyway; it is often lost on others, but what are ya gonna do? Right?)
Michael,
Something that emerges to me in this discussion I'm having with Randall:
You could add a control to the form that would be formattable according to the criterion you mentioned. If that control were prominent enough it would serve to draw your eye to the records that need to be noticed.
Perhaps you could even put a really large textbox behind all the other controls on the formâa textbox that could not have the focus set to itâso that when its color was changed it would give the
appearance of coloring the whole row...
Brian