Combo box binding

gaju_3112

Registered User.
Local time
Tomorrow, 01:48
Joined
Nov 4, 2007
Messages
38
I have master table named Emp_Master with fields Emp_ID and Emp_Name. I want to bind the combo box with name in such a way that it will display the names of employee but I should be able to use Emp_ID in background so that I can query different table using this value in where condition.
I have Emp_ID field in table to which I want to query later but no Emp_Name.
Please Help!
 
Bound Column 1
Column Count 2
Column Widths 0,2cm

This will display Emp_Name but will use Emp_ID for data searches, links etc
 
Thanx, It worked!
 

Users who are viewing this thread

Back
Top Bottom