Hi,
I'm getting some strange results with a date query that i'm using. Sometimes it will display the correct results sometimes not. At times i have to use a months date range just to get anything at all to display.
The query i'm using is;
stLinkCriteriaMain = WHERE & " [tbJob].[OrderDate] >= #" & Me.txtDateFrom & "# And [tbJob].[OrderDate] <= #" & Me.txtDateTo & "#"
Any ideas where i'm going wrong?
Regards,
Noel.
I'm getting some strange results with a date query that i'm using. Sometimes it will display the correct results sometimes not. At times i have to use a months date range just to get anything at all to display.
The query i'm using is;
stLinkCriteriaMain = WHERE & " [tbJob].[OrderDate] >= #" & Me.txtDateFrom & "# And [tbJob].[OrderDate] <= #" & Me.txtDateTo & "#"
Any ideas where i'm going wrong?
Regards,
Noel.