oh boy...
Okay, I am able to get one function to work but whenever I try 2, then nothing happens. Heres my code. Anything wrong with it?
If Me.Date_Ordered = Me.Todays_Date Then
Me.Date_Ordered.FontBold = True
Me.Date_Ordered.ForeColor = vbRed
If Me.Date_Ordered <...
I have a report that shows a date raw material is due to come in. Then I have an expression field that shows the "Todays Date".
I want to put a condition so that when the due date of material is equal to the Todays Date field, the text will turn red. Kind of like an alert system.
So I selected...