D
Dave Elliott
On my form the combo list uses the below to select a customer from the table
customers
Can I also make it use the table employees as well
So that if I can choose from either my cutomers or employees!?!
SELECT Customers.Customers FROM Customers ORDER BY Customers.Customers;
customers
Can I also make it use the table employees as well
So that if I can choose from either my cutomers or employees!?!
SELECT Customers.Customers FROM Customers ORDER BY Customers.Customers;