View Full Version : Search problem on Form


DeDe
05-05-2002, 08:10 AM
I have a access program that is very simple. My form has the usually, company name, contact person, address, phone, etc., boxes. My problem is I have a combo box on this form that looks up the the company name, but the only way I can get it to lookup names is to allow edits on the form. I do not want employees to be able to change anything, but this is the only way I know how to get the combo box the do searches. Does anyone know how to overcome this problem. Thanks in advance.

Rich
05-05-2002, 08:59 AM
Set the other control's enabled property to no, locked yes

DeDe
05-05-2002, 12:13 PM
It works, thanks so much.