B
bijan
Hi All,
I wonder how to set a date varable for my sqlstring , I tried this :
dim sqlstring as string
vardate1=format(me.textbox1.value, "MMMM DD YYYY")
and after connection in criteria part of my sqlstring =" where something <>
'vardate1'"
debugger show me that the varable filled with certain date but with string
type not date.
any help would be appreciated.
I wonder how to set a date varable for my sqlstring , I tried this :
dim sqlstring as string
vardate1=format(me.textbox1.value, "MMMM DD YYYY")
and after connection in criteria part of my sqlstring =" where something <>
'vardate1'"
debugger show me that the varable filled with certain date but with string
type not date.
any help would be appreciated.