Hi Philomena,
This little snippet should help.
Basically, for the field you want to avoid nulls on, you'll need to modify the query so that if performs this function on the field. This will ensure that nulls are returned as zeros
Function convertnulls(x)
If IsNull(x) Then...
Is it possible to add items to the 'Folders' Explorer Bar?
Currently, mine has:
Desktop
|-My Documents
|-My Computer
|-My Network Places
|-Recycle Bin
|-Internet Explorer
I'd like to add a folder for a couple of specific directories.
I'm able to add special folders to the Desktop and My...
Does anyone know of checking with javascript whether a link target (or url) exists/is valid before the user clicks it?
I was hoping that I could create a true/false function that if the url would return 404 I could take some action in the script, but haven't found a way of doing so
tia
Dave
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.