G
Guest
I have a form with the record source being a query. To do a test this I have placed some sample data ina table returned this to the forms detail (n.b. I have set the default view to continuous). 3 records are returned which is what should happen.
I want to add a text box for each record returned so the user can input. I have done this by adding a text box to the forms detail, beside the query result.
When I add a value to a text box it populates that value into all the text boxes for the records returned. I think this means it has created multiple instances of the one object.
How do I make them independant?
Here is some sample data as an expample, if I fill in textbox1 them same value appears in textbox2.
Record 1 Value1 textbox1
Record2 value2 textbox2
Bruce
I want to add a text box for each record returned so the user can input. I have done this by adding a text box to the forms detail, beside the query result.
When I add a value to a text box it populates that value into all the text boxes for the records returned. I think this means it has created multiple instances of the one object.
How do I make them independant?
Here is some sample data as an expample, if I fill in textbox1 them same value appears in textbox2.
Record 1 Value1 textbox1
Record2 value2 textbox2
Bruce