B
budz
Hi,
I have a set of tables and forms with the same names. I've
populated a listbox with the form/table names. I'd like to be able to
show a form upon clicking the name in the listbox or a button.
I've been trying diff things like the following (this is from a
button):
Text15 = Me.List10.ItemData(List10.ListIndex)
a = Text15.Text
a.Visible = True
which is not working. Is it possible to show a form using a
variable? Or is there another way of going about this?
Thanks!
I have a set of tables and forms with the same names. I've
populated a listbox with the form/table names. I'd like to be able to
show a form upon clicking the name in the listbox or a button.
I've been trying diff things like the following (this is from a
button):
Text15 = Me.List10.ItemData(List10.ListIndex)
a = Text15.Text
a.Visible = True
which is not working. Is it possible to show a form using a
variable? Or is there another way of going about this?
Thanks!