View Full Version : AllowDeletions in SUBforms


Arild
04-11-2001, 03:36 PM
Is this possible to program in a macro ?
I have tried a lot, for instance :
SetValue;[Forms]![main form]![subform].[AllowDeletions];No
but it does not work.
I would be very grateful for help !

jblackman
04-11-2001, 06:21 PM
Can't you just go to the sub-form properties and allow deletions in there? Why do you need code?

Arild
04-12-2001, 10:10 AM
Thanks for reply.
The reason why I need code, is that I want only selected users to be allowed to delete/add rows.
(Up to now, I have used different forms, but I then end up with a labourous number of forms).
For info : I use Access97, not 2000.
Best regards, Arild from Norway