stephenj789
Technical User
I have a query in Access that has a declared field that looks like this in SQL: "Null AS Affiliate"
The results of the query are copied and pasted into Excel. In Excel the "Affiliate" field is evaluated and is supposed to be nothing (an empty cell), however, the data pasted into Excel in that field contains some sort of data that evaluates the field as not being an empty cell.
My question is this: How can I declare the field "Affiliate" in SQL such that, when copied and pasted into Excel, would equate to an empty cell. In addition to Null, I've tried ' "" AS Affiliate '.
Doing a Google search gives me plenty of information regarding Null vs Empty String, however, no solution as to what to do (if there is anything that can be done).
The results of the query are copied and pasted into Excel. In Excel the "Affiliate" field is evaluated and is supposed to be nothing (an empty cell), however, the data pasted into Excel in that field contains some sort of data that evaluates the field as not being an empty cell.
My question is this: How can I declare the field "Affiliate" in SQL such that, when copied and pasted into Excel, would equate to an empty cell. In addition to Null, I've tried ' "" AS Affiliate '.
Doing a Google search gives me plenty of information regarding Null vs Empty String, however, no solution as to what to do (if there is anything that can be done).