Distinct event properties from format, data and others (vba)

P

Pau Ventura

Hello,

I'm looping every form and each control in it.
Then I'm looping the properties collection of the control.

Through code, I would like to know if a property of a control in a form is
an event one, or format or data or others (I need event properties only).

MS Access separates them. For example: the tags in the properties window or
the documentation reports tool.

I think name prefix is not a valid method, because there are On, After,
Before... And OCX or ActiveX controls can have their own properties with
their specific names...

Thank you
 

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