add values to limit to list

  • Thread starter Thread starter salmonella
  • Start date Start date
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
 
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".
 
Back
Top