I have a form called Main,
There is subfrom called Sheets1 within the Main form
and a subform below that called TLR within Sheets1 form.
When I open main, both Forms sheet1 and TLR will be open and displayed.
I have a feild in Sheet1 called Forms!sheet1[deso] and i would like a feild in the form TLR to automatically reflect the informataion in the feild Forms!sheet1![deso].
The problem is that wehn i put in the folowing in thw control sorse in my TLR feild, Forms!sheet1![deso], the information does not appear in the form because i veiw this when i open the Main form, if i was to open Sheet1 form the information would appear.
Any ideas on how to ensure this information appears when i open the Main from would be appreciated.
There is subfrom called Sheets1 within the Main form
and a subform below that called TLR within Sheets1 form.
When I open main, both Forms sheet1 and TLR will be open and displayed.
I have a feild in Sheet1 called Forms!sheet1[deso] and i would like a feild in the form TLR to automatically reflect the informataion in the feild Forms!sheet1![deso].
The problem is that wehn i put in the folowing in thw control sorse in my TLR feild, Forms!sheet1![deso], the information does not appear in the form because i veiw this when i open the Main form, if i was to open Sheet1 form the information would appear.
Any ideas on how to ensure this information appears when i open the Main from would be appreciated.