Am deciding to create a Personal Banking software that manages some 3-4 bank accounts. I know to interlink the Access database.
According to Personal Banking, the concept is that one person may have accounts in 2 or 3 banks. So Personal Banking software helps one to manage all 2/3 accounts. This includes, calculation of interest(quarterly), Debit and Credit informations. The software is not needed to be linked to online. Just the users are needed to update the information on their own just as they do the paper writing. only thing the software does is that it calculates the interest quarterly, Shows the balance amount in the account and calculates the total amount spend during a specific period(which is chosen using datetime textbox)
Now the question is that, I need to create an access db for each bank account. For the above mentioned details, pls guide me with code how to create a software. The software is to be handy and simple. I don't need a professional one. Just I need to interlink with another software i developed. Thanks in advance.