B BigMr.C Registered User. Local time Today, 20:14 Joined Mar 1, 2005 Messages 14 Aug 18, 2005 #1 Hi I have a few forms where I don't want users to be able to delete the records. How do I disable "Delete Record" that's in the File menu. Thanks
Hi I have a few forms where I don't want users to be able to delete the records. How do I disable "Delete Record" that's in the File menu. Thanks
RuralGuy AWF VIP Local time Today, 02:14 Joined Jul 2, 2005 Messages 13,825 Aug 18, 2005 #2 It is unlikely you will ever be satisfied until you completely replace the Access MenuBar with one of your own and remove access to all of the special keys.
It is unlikely you will ever be satisfied until you completely replace the Access MenuBar with one of your own and remove access to all of the special keys.
Y yellow Registered User. Local time Today, 09:14 Joined May 16, 2002 Messages 122 Aug 18, 2005 #3 Setting the properties of the form to Allow Deletions = No, should disable delete record from the Edit menu.
Setting the properties of the form to Allow Deletions = No, should disable delete record from the Edit menu.