filter not working

  • Thread starter Thread starter lilbit27
  • Start date Start date
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?
 
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top