Hello,
when I insert a new record in an SQL table like:
strSQL = strSQL & "'" & Me.txtdate & "' AS date, "
and the txtdate = null the result in the table for the field date = 0:00:00
This isn't the result I want because I use very often the command isnull in my query's.
How can I make it so that when the field txtdate is empty that also the recordfield date in the table stays empty after the insert?
Thanks in advance,
Sven.
when I insert a new record in an SQL table like:
strSQL = strSQL & "'" & Me.txtdate & "' AS date, "
and the txtdate = null the result in the table for the field date = 0:00:00
This isn't the result I want because I use very often the command isnull in my query's.
How can I make it so that when the field txtdate is empty that also the recordfield date in the table stays empty after the insert?
Thanks in advance,
Sven.