can i display to fields in dataCombo.
i mean in the list of the combo.
like the Access can do.
Printable View
can i display to fields in dataCombo.
i mean in the list of the combo.
like the Access can do.
Hi there,
First, create a query which combines two fields and naming them as one: Ex "SELECT LASTNAME + FIRSTNAME AS NAMES FROM DATALIST" now from your data control select the recordsource to this name query you've created, and then smile your problem is solved...
Hope this works for you...