R
Roger Twomey
I am not very familiar with SQL in Microsoft access. In Sql server I can do
this:
select isNull(InvoiceTotal, 0)
From Invoices
Where InvoiceID = 1234
This returns the value of InvoiceTotal if it is not null, or 0 if it is
null.
How can I do this with Microsoft Access?
(The query I need this for is a lot more complicated than the sample but it
will do for now).
Thanks.
this:
select isNull(InvoiceTotal, 0)
From Invoices
Where InvoiceID = 1234
This returns the value of InvoiceTotal if it is not null, or 0 if it is
null.
How can I do this with Microsoft Access?
(The query I need this for is a lot more complicated than the sample but it
will do for now).
Thanks.