K
Karthikeyan Periasamy
I tried to insert a record Which contain Date.
From Textbox I am assigning the value to the Query.
Like this code.....,
===========>
strSQL = "Insert INTO My_Table (name, In_Date) Values ('" & txtName &"',
# txtDate #)"
conn.execute strSQL
<===========
For Date, the value is not assigning. How can i give the format for Date
textbox?
any one can help me please....
Thanks in advance.!
From Textbox I am assigning the value to the Query.
Like this code.....,
===========>
strSQL = "Insert INTO My_Table (name, In_Date) Values ('" & txtName &"',
# txtDate #)"
conn.execute strSQL
<===========
For Date, the value is not assigning. How can i give the format for Date
textbox?
any one can help me please....
Thanks in advance.!