harrisharris
MIS
I have seen so many answers stating the solution is to "add the following code" etc. In the case of a spreadsheet, can someone explain exactly how one "adds code". An example is Paul Brickers solution:-
You can try this. In the Format Event for the Detail section put
If DateDiff("d",[DownLoadDateField],Date())>2 Then
[DownLoadDateField].FontWeight = 800
Else
[DownLoadDateField].FontWeight = 400
End If
I would really appreciate a pointer on this.
Many thanks
You can try this. In the Format Event for the Detail section put
If DateDiff("d",[DownLoadDateField],Date())>2 Then
[DownLoadDateField].FontWeight = 800
Else
[DownLoadDateField].FontWeight = 400
End If
I would really appreciate a pointer on this.
Many thanks