Add values from two tables

M

Matt

I've got a combo box in a form. This displays a list of
names. Is there anyway I can add one name from another
field in a different query to that combo box?
 
T

Tom Ellison

Dear Matt:

A UNION query would seem to be what you want for this. If you give details
of the two queries, I could supply more specific details.
 
Top