baitmaster
Well-known Member
- Joined
- Mar 12, 2009
- Messages
- 2,042
Hi all, is there a simple way to do this please?
I have extracted a recordset from access, and am holding it in excel VBA, and performing various actions on it. I keep hitting problems with null values, and want them to be seen as zeroes instead
Can I change my SQL query to SELECT(*) from Database() etc, to include a convert null to 0 action? Or something similar?
thanks
I have extracted a recordset from access, and am holding it in excel VBA, and performing various actions on it. I keep hitting problems with null values, and want them to be seen as zeroes instead
Can I change my SQL query to SELECT(*) from Database() etc, to include a convert null to 0 action? Or something similar?
thanks