AllowBypassKey property -- T/F?

K

Kim M.

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.
 
A

Allen Browne

You could test:
CurrentDb.Properties("AllowBypassKey")

Use error handling: that will yield error 3270 if the property has not been
created.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top