I have a form which is opening a table.
I want to keep a column only editable but user cannot add new entry in the table how can i do that?
I have a form which is opening a table.
I want to keep a column only editable but user cannot add new entry in the table how can i do that?
Do you mean the form is bound to the table? Set the form AllowAdditions property to No.
How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.
yes it is bound, but changing the property is not effecting the problem.
How are you opening the Form? If you're opening it through code, from another Form, the parameters you use in the OpenForm command can override the secondary Form's native properties.
Linq ;0)>