This link has instructions for something similar in A2003. I expect you can modify them to work on every 10th row if thats what you want
On Current
if me.currentRecord mod (10) = 0 then
me.detail.backcolor = [color=red]whatever color you want here[/color]
else
me.detail.backcolor = rgb (255, 255, 255)
end if
Adam,
Looks you are stuck with this![]()
Thanks Mike for your Macro. I have imported it in my database but I don't understand how it works.
Daniel
that's wonderful MIke, but I can tell you that new people to Access have no idea what the he** is going on with that. I only know because I know the program.
If I were you Daniel, I wouldn't even try to figure that stuff out.![]()
Never used it, but i think i will!It can be done in code. SetValue macro action is like = in code. I just prefer macros when a macro will do the job.
To do conditional formatting on the tabular form just right click on the field and you will see conditional formatting in the menu that opens. Then away you go.
Never used it, but i think i will!
Thanks.
Let's get your red dot to green again!