Window Based C#.net 2.0 And Microsoft Access

i have a microsoft access database.
open it and you see switchboard with form1 and form2

Can you make two window based C#.net forms that function just like the Microsoft access forms-
want to still use microsoft access database.
Each form now is connected to table in database.
( take a look at database- frmOne is connected to tblOne- UNTIL user clicks SUBMIT button- THEN – data is transferred to tblOneH- tblOne is empty then of data.
frmTwo works same way- it is connected to tblTwo UNTIL – user clicks SUBMIT button and then data is sent to tblTwoH and tblTwo is empty of data.
I need the code with comments explaining how you did it. It needs to be created in .net 2.0 version.
thank you

Leave a Reply

Your email address will not be published. Required fields are marked *