Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Change Combobox to Textbox under circumstance

Status
Not open for further replies.

Kherozen

Programmer
Jun 5, 2003
129
CA
Hi,
What I want to do is to cast a combobox into a textbox if the form doesn't "allow edit" ... I got a solution which is to superpose a combo box and a textbox both bound to the record and toggle the visible property depending of the property (ie "allow edit") of the form. is it a good solution or is there anything better looking? (ok look shouldn't really stop me to apply my solution but if something optimal(if optimal code ever exist), I would like to know.

thx
jul ^_^
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top