Hi all, I've got this problem.

In a forms i'd like to present some data in an excel style way, like this

ID quantity price total


ID1 quantity1 price1 total
.
.
.

i did this using text boxes, the problem is that i what the rows to be arranged by alphabetical order, so i wanted to know if there is a way to make a sort of tabs in which assign a formula to every cell and tell access to order the rows by alphabetical order based on column 1 (ID or whatever), is there a way to do this?