G
Guest
I need help adding a "<Add New>" value to a combo box... My form has 2 combo
boxes.
One named "make" displays makes of vehicles, & one named "model" displays
models.
The values of "model" are contingent upon the value of "make". Whenever I
change the value for "make", a DoCmd.Requery "model" takes place.
The criteria of the query limits the results to those where both tables are
equal, and unless I add a "<Add New>" to every make, I am unable to get the
"<Add New>" to come up on the dropdown list for "model".
I tried adding the "<Add New>" to the underlying table for "model" , but it
gets filtered out of values for the list.
Thanks in advance
Walter
boxes.
One named "make" displays makes of vehicles, & one named "model" displays
models.
The values of "model" are contingent upon the value of "make". Whenever I
change the value for "make", a DoCmd.Requery "model" takes place.
The criteria of the query limits the results to those where both tables are
equal, and unless I add a "<Add New>" to every make, I am unable to get the
"<Add New>" to come up on the dropdown list for "model".
I tried adding the "<Add New>" to the underlying table for "model" , but it
gets filtered out of values for the list.
Thanks in advance
Walter