G
Guest
Hello,
Can I use an update query to make the value "" ?
UPDATE " & sTable & " SET [" & sField & "] = " & _
"'" & sValue & "' " & _
"WHERE [Date]=#" & sDate & "#;"
What if sValue is ""? How do I pass it so it empties the field value?
Thanks,
Ernst.
Can I use an update query to make the value "" ?
UPDATE " & sTable & " SET [" & sField & "] = " & _
"'" & sValue & "' " & _
"WHERE [Date]=#" & sDate & "#;"
What if sValue is ""? How do I pass it so it empties the field value?
Thanks,
Ernst.