I have a continous form say Form1 (read only) with fields "field1","field2","field3". I have a command button in the form which opens up another form say Form2 with a new record containing the same fields.
Now I want field1 which is chosen in Form1 to be displayed in Form2 in the relevant field. I am using presently a combo box in Form2 to get the field but what I need is the "field1" to be displayed directly in a a text box or combo box when Form2 is opened.
I have gone through severaol old posts but I cannot get any clues. Any help will be appreciated.
Thanks.
Now I want field1 which is chosen in Form1 to be displayed in Form2 in the relevant field. I am using presently a combo box in Form2 to get the field but what I need is the "field1" to be displayed directly in a a text box or combo box when Form2 is opened.
I have gone through severaol old posts but I cannot get any clues. Any help will be appreciated.
Thanks.