Click to See Complete Forum and Search --> : Data Environment Designer


Kathy
November 23rd, 1999, 01:36 PM
Hi,

I drop a field (EmployeeID) from Data Environment Designer onto
my Form1, and the control for the EmployeeID is Combobox.
What I want is to display all EmployeeID on my Combobox.


I go to Properties and set:
DataField = EmployeeID
DataMember= tblEmployees
DataSource= DataEnvironment1

When I run, I can see just 1 EmployeeID on my Combobox, which is
the first EmployeeID in my table

Is there anything else that I have to do.
Thanks