S
Stephen
hellp ladies and gentlemen
i have a form that pulled select data from a access db. the form load info
into a variety of textboxs. Three of the fields are date. The form shows
everythign correctly. When i preform a sql update , the date fields go to a
long date format with is not what i need. Im using the following
dim example as date = cdate(textbox1)
"update example_file set datefield = example"
when i look at the record it has written to file the long date..so.........
the question is...does cdate have a short date property or is my approach
just plain wrong
i have a form that pulled select data from a access db. the form load info
into a variety of textboxs. Three of the fields are date. The form shows
everythign correctly. When i preform a sql update , the date fields go to a
long date format with is not what i need. Im using the following
dim example as date = cdate(textbox1)
"update example_file set datefield = example"
when i look at the record it has written to file the long date..so.........
the question is...does cdate have a short date property or is my approach
just plain wrong