Hi Folks,
I have a commercial Database Application that I am querying to build a Invoice Report. As part of this report I am building a query to determine how much money is left on a given PO. The PO table (simplified version) is structured as follows...
Line_No PO Desc Acct # Amt Owing
1 100 Desc 1 0 10 50
2 100 Continued 0 0 0
3 100 Continued 0 0 0
4 100 Continued 14 0 0
In the above dataset all of the information that I need is always on Line 1 except for the Acct # that can be on any line within a given PO depending upon the size of the Description field. Is there a way that I can "Merge???" the Acct # when it is non-zero to the rest of the data on line 1?
Thanks,
Tim
I have a commercial Database Application that I am querying to build a Invoice Report. As part of this report I am building a query to determine how much money is left on a given PO. The PO table (simplified version) is structured as follows...
Line_No PO Desc Acct # Amt Owing
1 100 Desc 1 0 10 50
2 100 Continued 0 0 0
3 100 Continued 0 0 0
4 100 Continued 14 0 0
In the above dataset all of the information that I need is always on Line 1 except for the Acct # that can be on any line within a given PO depending upon the size of the Description field. Is there a way that I can "Merge???" the Acct # when it is non-zero to the rest of the data on line 1?
Thanks,
Tim