editing combo boxes

qurn

Registered User.
Local time
Today, 13:41
Joined
May 2, 2005
Messages
63
Is there a way to edit combo boxes? I'm trying to add a null value to a combo box.
 
More information would be helpful please.
 
I'm using access 2000 I'm using the combo box to run a querie off of. when I was made the combo box i forgot to add in a null value just in case the user doesn't want anything in that combo box. That is if I can even add a null value I've never tried it.
 
Last edited:
You can't add a null value, you can simply add a blank value (i.e.: a space). Why do you need a null value for this box, technically any field which has no information in it is a null field.
 
yea, I'm trying to make a form to use as a search. If someone is filtering by maufacturer finds what they are looking for and then doesn't know the manufacturer of the next thing he's looking for I would need some sort of defult so that the querrie would stop filtering by manfacturer.
 
you would need to remove the filter in this case. Just use me.filter = false behind a button that removes the filter.
 

Users who are viewing this thread

Back
Top Bottom