Remove Custom Menu Bars from Microsoft Access 2003

Run the following command from the VB Immediate Window (CTRL-G) inside Microsoft Access to remove any custom command bars present in the currently loaded database: CurrentDb.Execute “DELETE * FROM MSysAccessStorage WHERE ParentId IN (SELECT msa.Id FROM MSysAccessStorage AS msa WHERE msa.Name = ‘Cmdbars’;);” Execute the following code to completely remove all custom command bars