kupe,
First let me make sure I understand your situation.
You have a query, qryTrimmed, which has fields named ShortUrl and Hits. Even if Hits was a calculated field in this query, you can continue additional calculations in further right fields in the same query. (I am not quite sure where...
I don't remember my vb at all well, but in an Access query you can in the QBE pane use the conditional IF statement.
If the original number where you are getting nulls is called [Value], then go to a blank column in the QBE pane and type NewValue: IIF(IsNull([Value]),0,[Value])
This means...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.