Hello there,
Can someone advise me on how to disable the Shift key during a Database startup. I have some idea about the fact that AllowBypassKey property has to be set to False. However, as it is not a standard property of the DAO database object type, it has to be first created, attached to the DAO database object and the set to the desired value.
I am really struggling with the VBA code to achieve this.
Thanks
Can someone advise me on how to disable the Shift key during a Database startup. I have some idea about the fact that AllowBypassKey property has to be set to False. However, as it is not a standard property of the DAO database object type, it has to be first created, attached to the DAO database object and the set to the desired value.
I am really struggling with the VBA code to achieve this.
Thanks