You want to use a BAQDataView … doing it this way is extremely slow since you are doing a lookup on the DB for each row. There is an example of doing with a BAQDataView here
You want to use a BAQDataView … doing it this way is extremely slow since you are doing a lookup on the DB for each row. There is an example of doing with a BAQDataView here