brian8655
Programmer
- Jun 7, 2005
- 5
I have data that I want to display in a table within the details section. I want the left colum to be constant and the right to be a database field such that the out put is:
label1 | [database_field1]
label2 | [database_field2]
label3 | [database_field3]
label4 | [database_field4]
The layout and the number of rows will be constant. I can't just use text areas next to the fields because the dtabase field values are text and could be multiline. I want the labels to always be at the top of the paragraph for each corresponding database field value. Any help will be greatly appreciated. Thanks.
Brian
label1 | [database_field1]
label2 | [database_field2]
label3 | [database_field3]
label4 | [database_field4]
The layout and the number of rows will be constant. I can't just use text areas next to the fields because the dtabase field values are text and could be multiline. I want the labels to always be at the top of the paragraph for each corresponding database field value. Any help will be greatly appreciated. Thanks.
Brian