Quote:
quote:Originally posted by lammyhk
If i type something in Form1 textbox, then i want to show the text in form2 textbox/list box
how can i do??
|
If Form2 is showing and Form1 is hidden then
Me.TextBox2 = Forms.Form1.Form.TextBox1
If Form1 is showing but Form2 is hidden then
Forms.Form2.form.TextBox2 = Me.TextBox1
Greg Serrano
Michigan Dept. of Environmental Quality, Air Quality Division