PDA

Click to See Complete Forum and Search --> : display 2 field in dataCombo.( in the list of the combo)


daylor
Apr 19th, 2000, 05:16 PM
can i display to fields in dataCombo.
i mean in the list of the combo.

like the Access can do.

curlywink
May 3rd, 2000, 07:00 AM
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...