SeadnaS
Programmer
- May 30, 2011
- 214
I have a master form with a subform in it. I have 4 fields linked between the two. The subform is set to datasheet view. I have a text box on my main form called RANGETXT this displays the range of values of the field x1 displayed on my subform. Now i need to write the range to the table that my subform is bound to. I created a field on the subforms bound table (this table is called child) called RANGE i linked the textbox on my main form (RANGETXT) to RANGE on my subform. Now my subform won't show any records. When i enter a record and move to the next row the last one disappears! Before i linked RANGE and RANGETXT this didnt happen and i could see the records I had previously entered.
Any help much appreciated! Is it something to do with the control source of RANGETXT? Its =[range].[Column](0,0) this is a listbox.
Thanks in advance!
Any help much appreciated! Is it something to do with the control source of RANGETXT? Its =[range].[Column](0,0) this is a listbox.
Thanks in advance!