creating a form or report dynamically

  • Thread starter Thread starter bill
  • Start date Start date
B

bill

I'm trying to figure out how to create a form or report dynamically in VB,
with bound controls.

Are there any good articles on doing this?

Thanks
Bill
 
Bill:

You may find the following KB articles of value. You can set the
ControlSource property of a textbox, for example, to bind the control.

http://support.microsoft.com/default.aspx?scid=kb;en-us;203992
http://support.microsoft.com/default.aspx?scid=kb;en-us;210595

--
David Lloyd
MCSD .NET
http://LemingtonConsulting.com

This response is supplied "as is" without any representations or warranties.


I'm trying to figure out how to create a form or report dynamically in VB,
with bound controls.

Are there any good articles on doing this?

Thanks
Bill
 
Back
Top