I'm making a program to ease my work. The concept of it is that it has some company names (I'll make a button to add more of them) and stores the info when and what loan they took.
So basically I open the program, it displays the company names, I click on them and it opens a window of their taken loans (also going to make a button to add more loans at different dates). I just want to make the program to store the company names and what loans they took which I can add more and more of them.
I'm going to add the info through some simple entry dialogs.
How is it possible to store the info in the program itself when I press a button? Like a small window to pop up with the info?