I've created an Form that connects, reads and writes to a database. I would like to add an additional form for the user to enter additional information if needed. I'm unsure of where to start. My thought would be to create a new class and go from there. I'm not sure what to Inherit, I do not need the form to look like the other one but I would like to read and write to the same database, just different table within. Do I have to create new connections, adapters and so on or can I pass the already new ones to the new form?
Any help would be appreciated.
Any help would be appreciated.