Hi there to anyone reading this,
I am using microsoft access as the database for a website. I am using vbscript as the language. I am querying a table with this sql:
SELECT sum(paid)*0.1
FROM elance
WHERE bidder = 'MMColParam' AND bidderpaid = 'no'
The query returns some null values which is stopping me from being able to display my results as a currency or number format. I need to know how to change the null values to a 0. I have tried using the isnull function but it is not working for me, it seems to have a different meaning in access
I would appreciate any advice from anyone who thinks they may have the solution for me.
Thankyou for reading this
Fil
I am using microsoft access as the database for a website. I am using vbscript as the language. I am querying a table with this sql:
SELECT sum(paid)*0.1
FROM elance
WHERE bidder = 'MMColParam' AND bidderpaid = 'no'
The query returns some null values which is stopping me from being able to display my results as a currency or number format. I need to know how to change the null values to a 0. I have tried using the isnull function but it is not working for me, it seems to have a different meaning in access
I would appreciate any advice from anyone who thinks they may have the solution for me.
Thankyou for reading this
Fil