Dynamically adding a control in MS Access

KabirPatel

Registered User.
Local time
Today, 17:06
Joined
Nov 16, 2006
Messages
38
Hi,

Is it possible to dynamically add a control in ms Access?

I was of the opinion that you could do something like this:

dim chk as checkbox

me.controls.add(chk)

however there doesn't seem to be an add option.

Any ideas?

Thanks
Kabir
 
Hi,

Is it possible to dynamically add a control in ms Access?

I was of the opinion that you could do something like this:

dim chk as checkbox

me.controls.add(chk)

however there doesn't seem to be an add option.

Any ideas?

Thanks
Kabir

An alternative would be to add an invisible checkbox and use code to make it visible when you need it
 

Users who are viewing this thread

Back
Top Bottom