bakerboy_1111
Registered User.
- Local time
- Today, 09:16
- Joined
- Dec 1, 2003
- Messages
- 43
I have created a query, and one of the columns in this query is called number. I've set this column to a combo box, and the choices in the combo box are called from a number table that has the numbers, 1,2,3,4,5,6, etc. If i create a new entry in my query, then the number value defaults to zero (which isn't in my number table). More often than not, I will need to leave this number column in the query blank. I cannot leave it as zero because it is not an entry in the table. I have to actually go to the column each new entry and delete the number 0.
Is there any way I can set up a default value of null, instead of deleting the zero every time a make an entry?
Thanks for any replies.
Is there any way I can set up a default value of null, instead of deleting the zero every time a make an entry?
Thanks for any replies.