Hi All,
I seem to have the biggest problem with getting information from one window/form to another.
I have a MainForm, that has 2 subforms on it. On the subform2 there is a command button that opens a new “Form3” in “dialog”. Form3 has a list box displaying data from a table and a command button that says “Add to Subfom2”. I want to get the information from Form3 and update the unbound textbox on subform2.
I keep getting errors; “Field not found in….” I have tried:
Forms!MainForm!Subform2.Textbox = ListBox.Colunm(1)
Forms!MainForm!Subform2.Form!Textbox = ListBox.Colunm(1)
Forms!MainForm!Subform2!Textbox = ListBox.Colunm(1)
None seem to work, what am I doing wrong?
Can some on help me with this syntax.
Thanks Enviva
I seem to have the biggest problem with getting information from one window/form to another.
I have a MainForm, that has 2 subforms on it. On the subform2 there is a command button that opens a new “Form3” in “dialog”. Form3 has a list box displaying data from a table and a command button that says “Add to Subfom2”. I want to get the information from Form3 and update the unbound textbox on subform2.
I keep getting errors; “Field not found in….” I have tried:
Forms!MainForm!Subform2.Textbox = ListBox.Colunm(1)
Forms!MainForm!Subform2.Form!Textbox = ListBox.Colunm(1)
Forms!MainForm!Subform2!Textbox = ListBox.Colunm(1)
None seem to work, what am I doing wrong?
Can some on help me with this syntax.
Thanks Enviva