Hello guys
I have a database with three tables each containing the following fields, AccountNo, CustomerName, Table2003,Table 2004, Table2005. I would like to make a query that will produce the accountnumber, and customername for all customers with the similar balance in table2003,table 2004, and table2005. Right now my query gives me the results for just about every customer with balances in all three years but i specifically want to see the ones with the same amount being carried forward for all three years. Any ideas as to how I may go about doing this would be greatly appreciated.
					I have a database with three tables each containing the following fields, AccountNo, CustomerName, Table2003,Table 2004, Table2005. I would like to make a query that will produce the accountnumber, and customername for all customers with the similar balance in table2003,table 2004, and table2005. Right now my query gives me the results for just about every customer with balances in all three years but i specifically want to see the ones with the same amount being carried forward for all three years. Any ideas as to how I may go about doing this would be greatly appreciated.
Comment