Hello,
Okay I'm a SQL guy and am used to replace an integer or a string that is null with a value this way:
isnull(vendor, ' ')
isnull(qty, 0)
Is there a way to do this with an Access query?
if it makes a difference, I'm switching to sql view on my Access query to pull this query into my code so I'd like the syntax not the GUI way of doing this.
Thanks,
JMO9966
Start Free Trial