Group: microsoft.public.access
From: =?Utf-8?B?Z2VybWFpbkh1YmVyZGVhdQ==?=
Date: Tuesday, October 16, 2007 6:20 PM
Subject: RE: AllowbypassKey (Shiftkey) solution for adp file type

Found it. Code below works from any vb location doesn't have to be module or
have variable set.

CurrentProject.Properties.Add "AllowBypassKey", False


"germainHuberdeau" wrote:

> The createProperty method works fine for mdb file type. I'm looking for a
> solution using the add method for adp file types (AccessObjectProperties).