lucylu109
03-28-2002, 02:02 PM
I put a combo box in a form to search record. But when I change the form to read only the combo box doesn't work anymore. Can someone tell me the way to fix this problem if I like to keep the form as read only.
Thanks very much for your help!
burchark
03-29-2002, 04:49 AM
My first thought is to lock individual fields on your form, while leaving the form itself editable (not read only). Change the Locked property of each field to Yes except for your lookup combo.
lucylu109
03-29-2002, 10:31 AM
That's a smart idea. It fix the problem perfrectly. Thanks for your help!
[This message has been edited by lucylu109 (edited 03-29-2002).]