B
bladelock
I'm comparing two date values, I want to make sure the user does not go type
over 7 days from the dates entered. Example the user enters [Triage
dte]=01/01/2008 [reg dte]= 01/20/2008. I need to figure out how to make a
statement where the date is great that 7 days
I tried this but it's wrong:
If (Me![reg dte].Value > Me![triage dte].Value)+7 Then
<code>
<code>
End If
Any suggestions?
over 7 days from the dates entered. Example the user enters [Triage
dte]=01/01/2008 [reg dte]= 01/20/2008. I need to figure out how to make a
statement where the date is great that 7 days
I tried this but it's wrong:
If (Me![reg dte].Value > Me![triage dte].Value)+7 Then
<code>
<code>
End If
Any suggestions?