I have a table of transactions with a debit col and a credit col. I have a text box on my form. Can I assign a value to my text box with something like :text_box := select sum(debit)from trans? Or do i have to do a cursor of some kind to do my calculations?
thanks for any suggestions
thanks for any suggestions