G
Guest
I have the following string I need to add into a query.
(tblGBREPORT.StartTime)>=08.30 And (tblGBREPORT.StartTime)<=09.30
but for it to work I assume that I need quotes round the times. How do I
insert the quotes without VB thinking that the first quote is the end of the
string definition.
Thanks
Graham
(tblGBREPORT.StartTime)>=08.30 And (tblGBREPORT.StartTime)<=09.30
but for it to work I assume that I need quotes round the times. How do I
insert the quotes without VB thinking that the first quote is the end of the
string definition.
Thanks
Graham