L
lilbit27
Dim linker
Dim strSQL As String
linker = StobMainFrame.Value
Select Case linker
strSQL = "TStobDaily.Category In('61','73') AND TStobDaily.DateIn
End select
End Sub
The "DateIn" is still bring back dates less than 5/31/2007. Any
suggestions?
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?