rupes_mahal
08-28-2001, 07:59 AM
Hi..
I want a combo box to display a drop down menu with results from 4 columns in one table.
The query I have so far is:
Select Distinct Name1,Name2,name3,Name4 from
DoctorsdetailsTBL.
The drop down menu only shows the results from the 'Name1' column and ignores Name2,name3,Name4 columns data.
How can i display data from 4 different columns within one table in a single combo box...
Please help
thank you in advance
Ruby
I want a combo box to display a drop down menu with results from 4 columns in one table.
The query I have so far is:
Select Distinct Name1,Name2,name3,Name4 from
DoctorsdetailsTBL.
The drop down menu only shows the results from the 'Name1' column and ignores Name2,name3,Name4 columns data.
How can i display data from 4 different columns within one table in a single combo box...
Please help
thank you in advance
Ruby