: : Okay, here is a really interesting problem that I ran into.
: :
: : My organization needs to create an Access Database for evaluations of sessions they hold. They have various amounts of speakers at these sessions, which is not a definate amount. I want to create an easy to use form that allows the person doing data entry the abilty to select the amount of speakers that lectured, then have the form automatically update (dynamically create) that amount of subforms.
: :
: : Any ideas? I figured the solution would be some VB code. Is this even possible?
: :
: : Anthony
: :
:
:
: well. I think you can't dynamically create forms, I know a way to create other objects dinamically, say, textboxes, labels and so on.
:
: I ask you this.. Do you need forms? Or maybe you can create as many tabs as you need (with a SSTab control) and inside the other objects?
:
: that can be done, if you are interested, just send me a mail.
:
: greetings..
:
:
update
i think you can create a form dinamically, go to File, then New, then choose the VB Application Wizard, then select a MDI Document Interface.
There you should find some code that creates a form every time a user go to the file menu, new document, as you can guess, there has a be a "Form Base" to create another.
Hope helps..