M
Matthew Gonzalez
I copied some code off this web page:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnout2k/html/oldaysappts.asp
Here is the snippet I copied:
' Specify the range.
strToday = "[Start] >= '" & strTheDay & _
"' and [Start] < '" & strTheDay & " 11:59 pm'"
I know what the code is effectively doing, but could someone break down
the syntax for me? I haven't had any luck finding this anywhere online.
strToday and strTheDay are string variables, but what is the
"[Start] >= '"
thing doing? What is [Start]? What is the single quote doing?
Thanks.
Matthew Gonzalez
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnout2k/html/oldaysappts.asp
Here is the snippet I copied:
' Specify the range.
strToday = "[Start] >= '" & strTheDay & _
"' and [Start] < '" & strTheDay & " 11:59 pm'"
I know what the code is effectively doing, but could someone break down
the syntax for me? I haven't had any luck finding this anywhere online.
strToday and strTheDay are string variables, but what is the
"[Start] >= '"
thing doing? What is [Start]? What is the single quote doing?
Thanks.
Matthew Gonzalez