Opening Form in Read Only

  • Thread starter Thread starter sue gray
  • Start date Start date
S

sue gray

I am openinging a form in read only from a command button. That works fine.
The form contains drop down boxes. How do I hide the drop down arrow and
contents. It should only show the contents of the field.

Thanks.
 
Sue,

One approach here would be to make a textbox corresponding with each
combobox, and place on the form in the same position as the comboboxes,
one on top of the other.

Then you would need to use code to set the Visible property of each
combobox to No, and the textboxes to Yes, as part of the process of
opening the read-only instance of the form.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top