You could test:
CurrentDb.Properties("AllowBypassKey")
Use error handling: that will yield error 3270 if the property has not been
created.
--
Allen Browne - Microsoft MVP. Perth, Western Australia
Tips for Access users -
http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.
"Kim M." <(E-Mail Removed)> wrote in message
news:2B4332AC-58FE-40EA-AD00-(E-Mail Removed)...
> Ho do I test to see whether the AllowBypassKey property is currently set
> to
> True or False? In other words, what phrase would I use as the 'if clause'
> of
> a conditional that tests this?
>
> TIA
> Kim M.