Lookup table in a Label

  • Thread starter Thread starter Ryan
  • Start date Start date
R

Ryan

I have a form that contains a field that is a Foreign Key (UserID)
I want this control to have a "label" appearance but I want it to act as a
lookup table (SelectedValue = FKID, SelectedText = "Joe Blow"). Using a
ComboBox control is the only way I've found to do this (and its actually
really easy) but I haven't found a way to disable everything and make that
combo box just look like a standard label. The label control doesn't seem
to have any of the data binding I need.

Thanks,
Ryan
 
Hi Ryan,

Thank you for your update. Please feel free to post here if anything is
unclear.

Have a nice day!

Regards,
Walter Wang ([email protected], remove 'online.')
Microsoft Online Community Support

==================================================
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
==================================================

This posting is provided "AS IS" with no warranties, and confers no rights.
 
Back
Top