I am building a record management system that stores data in SQL Database. Im trying to build it in a smaller project then impalement in a larger scale. So far I have 5 textBoxs that are storing data into a database and I can recall a row to populate the textboxes off of a textBox called "ID".
What I want to be able to do is either have a smaller button next to each textbox OR be able to click in the textbox then click a button which shows a secondary window that i can input data. I can make a second window/form that stores data to its own table but how would I make c# know if in one textbox on table1, ID "1", textbox "1" should recall information from table2, ID "1".
This is kinda weird to read maybe I can draw this out better Diagram of idea
I couldn't find to words to search for something like this since I just starting out in C# I don't how to store information for ID"1" and have c# remember that textbox1 has information stored that pertains only to if in another table that can be displayed in a