filter not working

L

lilbit27

Dim linker
Dim strSQL As String
linker = StobMainFrame.Value
Select Case linker

strSQL = "TStobDaily.Category In('61','73') AND TStobDaily.DateIn
#5/31/2007# AND PendDte Is Null AND Tstobdaily.LogInID=fOSUserName()"

End select
End Sub

The "DateIn" is still bring back dates less than 5/31/2007. Any
suggestions?
 
L

lilbit27

Take a look at what is actually stored in your DateIn field in the table.
Is it ONLY date values, or date/time values?

--
Regards

Jeff Boycewww.InformationFutures.net

Microsoft Office/Access MVPhttp://mvp.support.microsoft.com/

Microsoft IT Academy Program Mentorhttp://microsoftitacademy.com/









- Show quoted text -

only dates
 
Top