J
Jeff
I have a list box with the rowsource:
SELECT DISTINCTROW Customers.CustomerID, Customers.ContactName,
Customers.time, [ContactName] & " " & [Time] AS data FROM Customers;
I would like to have the Time appear below the ContactName in the list box.
Is this possible??
SELECT DISTINCTROW Customers.CustomerID, Customers.ContactName,
Customers.time, [ContactName] & " " & [Time] AS data FROM Customers;
I would like to have the Time appear below the ContactName in the list box.
Is this possible??