Hello, I have a subform that among various other fields displays the date an item was due to be delivered. I've written some straight forward code that changes the entire line of text to red if the item is late, or green if it's not yet late. The problem is, no matter which On Event I seem to apply it to, it applies it to every single line based on the results of the first row.
Which On Event should I use such that the code is run separately for each row of the query's result?
Thanks
Which On Event should I use such that the code is run separately for each row of the query's result?
Thanks