theinviter
Registered User.
- Local time
- Today, 03:12
- Joined
- Aug 14, 2014
- Messages
- 268
Dear Guys
I have a form that has a combox to filter the record, but on load i want to disable deletion , addition and edit.
so when i did the below code it disable every every thing even filter.
just wanna able to filter the form.
Me.Form.AllowAdditions = False
Me.Form.AllowDeletions = False
Me.Form.AllowEdits = False
I have a form that has a combox to filter the record, but on load i want to disable deletion , addition and edit.
so when i did the below code it disable every every thing even filter.
just wanna able to filter the form.
Me.Form.AllowAdditions = False
Me.Form.AllowDeletions = False
Me.Form.AllowEdits = False