Click here to Skip to main content
15,923,909 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Executing a string value Pin
Dave Kreskowiak8-May-03 6:45
mveDave Kreskowiak8-May-03 6:45 
GeneralCustom Drawn Controls Pin
Rigga6-May-03 1:04
Rigga6-May-03 1:04 
GeneralRe: Custom Drawn Controls Pin
matthew.barfoot11-May-03 18:43
matthew.barfoot11-May-03 18:43 
GeneralGet icons from files Pin
Jim Taylor6-May-03 0:57
Jim Taylor6-May-03 0:57 
GeneralFound the solution Pin
Jim Taylor6-May-03 9:47
Jim Taylor6-May-03 9:47 
GeneralCalling Non-Com functions from VB.NET Pin
ekareem5-May-03 18:14
ekareem5-May-03 18:14 
GeneralSQL Select statment Pin
iluha5-May-03 12:41
iluha5-May-03 12:41 
GeneralRe: SQL Select statment Pin
ScaleOvenStove5-May-03 13:18
ScaleOvenStove5-May-03 13:18 
i think you need ticks around the dates

Set SearchRS = MSLog.Execute("SELECT OrderNumber, OptOut, DateIn FROM OptOutLog WHERE DateIn between '4/1/2003' AND '4/30/2003'")

and if you are using access you might need the pound signs (#)
Set SearchRS = MSLog.Execute("SELECT OrderNumber, OptOut, DateIn FROM OptOutLog WHERE DateIn between #4/1/2003# AND #4/30/2003#")

also, you might want to add the time, like.... '04/01/2003 00:00:00' AND '04/30/2003 23:59:59'

Steve




GeneralRe: SQL Select statment Pin
iluha5-May-03 14:18
iluha5-May-03 14:18 
GeneralRe: SQL Select statment Pin
Nick Parker10-May-03 11:44
protectorNick Parker10-May-03 11:44 
QuestionServices - prevent from being stopped? Pin
Mike Mestemaker5-May-03 7:54
Mike Mestemaker5-May-03 7:54 
AnswerRe: Services - prevent from being stopped? Pin
Ray Cassick5-May-03 8:14
Ray Cassick5-May-03 8:14 
AnswerRe: Services - prevent from being stopped? Pin
Heath Stewart5-May-03 8:26
protectorHeath Stewart5-May-03 8:26 
GeneralRe: Services - prevent from being stopped? Pin
Mike Mestemaker5-May-03 11:48
Mike Mestemaker5-May-03 11:48 
GeneralRe: Services - prevent from being stopped? Pin
Heath Stewart6-May-03 1:23
protectorHeath Stewart6-May-03 1:23 
AnswerRe: Services - prevent from being stopped? Pin
ekareem5-May-03 18:57
ekareem5-May-03 18:57 
GeneralWeb Browser Control in VB.Net Pin
ScaleOvenStove4-May-03 7:13
ScaleOvenStove4-May-03 7:13 
GeneralPrint Listview control to printer Pin
pradipta3-May-03 1:57
pradipta3-May-03 1:57 
GeneralReplacement for "line"-contol. Pin
Ralf Friedrich Hain2-May-03 22:01
Ralf Friedrich Hain2-May-03 22:01 
GeneralWindows Comman Taks in VB.NET Pin
Villly2-May-03 20:48
Villly2-May-03 20:48 
GeneralRe: Windows Comman Taks in VB.NET Pin
J. Dunlap2-May-03 20:53
J. Dunlap2-May-03 20:53 
GeneralRe: Windows Comman Taks in VB.NET Pin
Villly2-May-03 21:01
Villly2-May-03 21:01 
GeneralRe: Windows Comman Taks in VB.NET Pin
Villly6-May-03 1:54
Villly6-May-03 1:54 
GeneralRe: Windows Comman Taks in VB.NET Pin
J. Dunlap6-May-03 10:43
J. Dunlap6-May-03 10:43 
GeneralRe: Windows Comman Taks in VB.NET Pin
Villly6-May-03 20:14
Villly6-May-03 20:14 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.