Help: Programmatically adding a control to a form

X

X-Men

I want to add one control (textbox, commandbutton) to each record displayed
in a subform. But I couldn't find any way to do it programmatically at
runtime.
Any ideas?

Thanks in advance!

Xiaowei
 
A

Albert D. Kallal

I don't recommend that you do that. You can't effectively do that at runtime
anyway.

You can hide, or show a button, but it will cascade/show for all records. It
is a all or nothing concpet.

You can certainly design a sub-form with extra controls. Take a look at the
following screen shots to get some ideas for display data in a grid:

http://www.attcanada.net/~kallal.msn/Articles/Grid.htm
 

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