I could''t create this property in adp, despite register DAO, is it possible
?
Everaldo Ricardo - br
sds - 08 Jul 2005 15:08 GMT
-----Original Message-----
From: Everaldo Ricardo [mailto:etc_ricardo@hotmail.com]
Posted At: Friday, July 08, 2005 5:26 PM
Posted To: microsoft.public.access.adp.sqlserver
Conversation: Allowbypasskey
Subject: re: Allowbypasskey
I could''t create this property in adp, despite register DAO, is it possible
?
Everaldo Ricardo - br
sds - 08 Jul 2005 15:17 GMT
-----Original Message-----
From: Everaldo Ricardo [mailto:etc_ricardo@hotmail.com]
Posted At: Friday, July 08, 2005 5:26 PM
Posted To: microsoft.public.access.adp.sqlserver
Conversation: Allowbypasskey
Subject: re: Allowbypasskey
I could''t create this property in adp, despite register DAO, is it possible
?
Everaldo Ricardo - br
Philipp Stiefel - 08 Jul 2005 17:10 GMT
> I could''t create this property in adp, despite register DAO, is it possible
> ?
You don't need DAO to use/create the AllowBypassKey-Property
in an ADP. But it is in the Properties-Collection of the
CurrentProject-Object!
Examples:
CurrentProject.Properties.Add "AllowBypassKey",False
CurrentProject.Properties("AllowBypassKey") = True
Cheers
Phil