="update table_name set colum_name_1="&F2&" where column_name_2='"&A2&"' and column_name_3='"&C2&"';"
How do I get the update sql string to work, if the column is date type.
I tried to format the date columns in the specific format that sql understands ‘yyyy-mm-dd’
but when I build the string and reference the date it gives me rubbish formatted data. is there a way to overcome this ?
thanks
How do I get the update sql string to work, if the column is date type.
I tried to format the date columns in the specific format that sql understands ‘yyyy-mm-dd’
but when I build the string and reference the date it gives me rubbish formatted data. is there a way to overcome this ?
thanks