Hello,

How do I display a value from the dropwdown list to a text box in the form?

If I immediately display the value of the dropdown list in the textbox, it 
displays the primary key of the value selected from the dropdown list. 

This is the SQL statement:

SELECT FullUserName
FROM LDAPUserList
WHERE UserID=" & Me.cboUser.Value & ";

cboUser is the dropdown list. 

txtUserName is the text box.

thanks,

L y a n n e  R h e e z a  C.  O n g 


      
____________________________________________________________________________________
Be a better friend, newshound, and 
know-it-all with Yahoo! Mobile.  Try it now.  
http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ

Reply via email to