I'm trying to disable holding down the shift key while opening a database for the currently open database using the ChangePropertyDdl function shown here so in the Immediate window in the VBA editor I type
<font color=red>ChangePropertyDdl "AllowBypasskey", dbBoolean, false</font color=red>
and press Enter. I then close the database and reopen it with the shift key depressed but the database window still shows. Where am I going wrong?




