ewart
05-22-2002, 10:42 AM
I'm trying to create a query where as it would bring back matching debits/credits amounts.
|
View Full Version : Access Help ewart 05-22-2002, 10:42 AM I'm trying to create a query where as it would bring back matching debits/credits amounts. llkhoutx 05-23-2002, 11:10 AM Create a new column in your query testing debit equaling credit, if they're equal, set an indicator, otherwise not. Filter on the indicator. |