Can't seem to figure this one out.
If (FormatDateTime(Now(), vbLongTime) > #9:00:00 AM#) And (FormatDateTime(Now(), vbLongTime) > #9:00:00 AM#) Then
SQL = "expression"
else
SQL = "diffexpression"
end if
Now when the form loads up it is always going to the esle statement wven when I set...