View Full Version : values from multiple tables on a list box


raotvs
10-12-2001, 12:48 AM
How could i list values in a list box from multiple tables?

any help would be appreciated

SteveA
10-12-2001, 01:40 AM
Try writing a union query to join all the various tables together. Once this is done, you can use the query as the source for your listbox.

HTH
SteveA