I have a continous form say Form1 having fields field1,field2,field3 and also has a command button that opens up Form2 with a new record.
Now Form2 has a bound combo box (bound to field1) whose Row source property is based on value of field1 in Form1.
My problem os that when Form2 opens, the combo box value is available (value of field1 selected in Form1) but not displayed.
I need some clues as to what exactly is to be done to get the value displayed directly on the combo box in Form2
Thanks in advance
Now Form2 has a bound combo box (bound to field1) whose Row source property is based on value of field1 in Form1.
My problem os that when Form2 opens, the combo box value is available (value of field1 selected in Form1) but not displayed.
I need some clues as to what exactly is to be done to get the value displayed directly on the combo box in Form2
Thanks in advance