n my database I have fields that will have no value all the time and everytime there isnt a value I get the famous .null in place of no value, how do I remove this
If you are using a database, you could make the default something like '' (for character fields).
If its the display of .NULL. that bothers you, you can use SET NULLDISPLAY to make it appear as an empty string or message such as (not entered). Robert Bradley
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.