Thanks so much for your help!!

I need to pull all my values from a particular line each time identified by the field (ACCOUNTNO). This is a unique number and is different for each line in the table.

For instance if I am working with account # 1377, I want to pull the data for only that account into my path (spath) or (lpath). The problem is, without identifying the account that I am working with, it only pulls data from account # 1. I assume that the syntax would look something like fieldname(ACCOUNTNO). I am still newbie, so this may be very simple.

Thanks again!!!