Read Only / Edit in Forms

C

Carlee

Hello,

I have forms with an edit/read only button. This button
works great, except that if the user wishes to search a
value using a lookup search, they can't in read only. Is
there an alternate ?

What would be ideal is if the screen can be no changes, no
deletes, no adds, but you can still use the look up list
to search the list of records for the form.

Kind regards,

Carlee
 
B

Bish

Please clarify what type of control you use to search. If
it is a combobox (dropdown menu) that is not bound then
you can use the On Enter and On Exit events of the control.

On Enter set the form allow edits property to true and on
exit make it false.

Hope this helps... Bish
 

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

Top