Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

.Null how to get rid of it 1

Status
Not open for further replies.

lashwarj

IS-IT--Management
Nov 1, 2000
1,067
US
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
Coming Soon:
 
How do I do the nulldisplay , as far as setting it to "" or Not entered
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top