I built a database that keeps track of bank deals transacted by a bank. I am new to access so when I created the database I set no primary key, in order to keep the db flexible as I was building/tweaking it.
The current problem is that on occasion we have two deals on the same day for the same amount, dates, and interest rate with the same bank. When the second record is entered, it is not factored into the calculations that i set up. A penny must be added to the amount to make sure that access counts it as a different transaction.
Any ideas on what can be done to get rid of the problem???
Thank you all
The current problem is that on occasion we have two deals on the same day for the same amount, dates, and interest rate with the same bank. When the second record is entered, it is not factored into the calculations that i set up. A penny must be added to the amount to make sure that access counts it as a different transaction.
Any ideas on what can be done to get rid of the problem???
Thank you all