|
Current comments on this article
| |

|
Posted by :
mindserve on 7/5/2003 11:43:09 AM
|
|
It's nice, but you can already do this through code only....
for example: a SQL statement on the load event:
.Open "SELECT *,(CompanyName & ' - ' & ContactName) AS ContactInfo FROM CUSTOMERS ORDER BY CompanyName", _
Set the list fields to contactinfo. | |
|