martindavey
Programmer
Can you tell me why this query returns nothing...
Select * From "myTable"
Where Date >= #26/5/01# and Date <= #1/6/01#
Order By Date
The table 'myTable' contains the following row...
Date
26/5/01
NB. UK Date Format dd/mm/yy
1. I have the following at the top of my page:
<% Session.LCID = 2057 ' English Locale %>
2. I have the date set to British on my PC
Select * From "myTable"
Where Date >= #26/5/01# and Date <= #1/6/01#
Order By Date
The table 'myTable' contains the following row...
Date
26/5/01
NB. UK Date Format dd/mm/yy
1. I have the following at the top of my page:
<% Session.LCID = 2057 ' English Locale %>
2. I have the date set to British on my PC