son Posted December 28, 2009 Report Share Posted December 28, 2009 I have a really stupid question, but really do not know the answer. I have a field in database with Null = No, but do not enter for each item data from the insert form. What consequences could this have? I realise I could just change the field to Null = Yes, but I would like to understand before I make changes...Son Link to comment Share on other sites More sharing options...
justsomeguy Posted December 28, 2009 Report Share Posted December 28, 2009 If you don't enter a value for the field then it will use the default value. If the field doesn't have a default then you'll get an error if the field doesn't allow null values. Link to comment Share on other sites More sharing options...
son Posted December 29, 2009 Author Report Share Posted December 29, 2009 If you don't enter a value for the field then it will use the default value. If the field doesn't have a default then you'll get an error if the field doesn't allow null values.Thank you for your information...Son Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now