add values to limit to list

S

salmonella

I have a combo box that is using a query to a table to populate the choices
displayed in the box. The combo box is set to limit to list. Is there a way
to modify the query (or somehting) so that it will return the values from
the query and a few others that I want to add?

thanks
 
D

Dorian

You need to add those values to the table the query is reading.
The source for a combo box can be a table/query or a value list but not a
combination of the two.
-- Dorian
"Give someone a fish and they eat for a day; teach someone to fish and they
eat for a lifetime".
 
R

Roger Carlson

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top