Prevent Users from deleting the values after update of combo box

mba_110

Registered User.
Local time
Yesterday, 23:32
Joined
Jan 20, 2015
Messages
280
Hi Everyone there.

I want to prevent users from deleting the selected value in combo box or from editing it.

I am using find first function for records with combo box and when i delete the selected value in combo box it also deleting the record from table, which i dont want to be happen.

So, can you please mention any procedure or event to prevent the deletion or edition to combo box selected value.

i have made following fields options for combo box.

Allow value list edits = No
Limit to list = Yes

Temporary i have taken out the NZ function from my find first but its also giving error message when i delete the combo box value.
 
It should not be deleting record, just value from field.

Controls used for input of search criteria should be UNBOUND.
 
My combo box is getting records from query and query have tables fields selected.

I am filtering some data in combo box from the query hence, its deleting the information.
 

Users who are viewing this thread

Back
Top Bottom