I am making a from that has a set of combo boxes that allow the user to search through a table. the results are displayed in a subform / subreport window that is set to a query. the search works by changing the SQL of the query. I have spent weeks on getting this far and i have decided to just show some key infomation in the subreport window.
What i want to do now is to display further infomation from the query row that is selected by the user in a textbox on the form.
i have been looking in the access VBA help,an access programming book and in the forum .And found that it is something to do with the recordset and making the text box bound but i cant find any examples where it is applied in this way.
the problem is (i think) that i would like the text box data to change when the user selects differnt rows so would this change what the textbox is bound to.
I hope it is possible and if anyone can help it will be greatfully recived
Trees
What i want to do now is to display further infomation from the query row that is selected by the user in a textbox on the form.
i have been looking in the access VBA help,an access programming book and in the forum .And found that it is something to do with the recordset and making the text box bound but i cant find any examples where it is applied in this way.
the problem is (i think) that i would like the text box data to change when the user selects differnt rows so would this change what the textbox is bound to.

I hope it is possible and if anyone can help it will be greatfully recived
Trees