I need an if else statement based on two variables. (1) Based on time and (2) based on whether a recordset is empty. This is what I thought would work:
<% If MilitaryTime > 0635 And rsDaily.EOF Or rsDaily.BOF Then %>
Blaa Blaa
<% End If %>
Both parts work great when used by separately but I can't get them to work together. What am I missing...
Start Free Trial