NewfieGolfer
Technical User
I need to display the values of a field in one text box. There are more than one record. I want to display all the values of that field in one text box.
ex. Table
ID Price Sq Ft
1 5.56 3
1 4.78 5
1 4.89 7
In a text box on a form I need to display all the prices for ID 1:
ID: 1 <-- Text Box 1
Price <-- Text box 2
5.56
4.78
4.89
I'm only worried about setting up Text box 2 to display as shown above
Any Ideas Appreciated,
Chris