Create C# .net Form To Work Like Microsoft Access Form

hello-if my project is not able to do- tell me-thank you
I have an Microsoft access database attached.
2 tables (tblOne) and (tblOneH)
1 report (REPORT)
1 form (form1)
when open the database- form comes up-
you can enter data and hit calculate button to sum totals.
When you click on the SUBMIT button- it takes data from (tblOne) and sends it to (tblOneH).
The report is connected to (tblOneH)
MY PROJECT:
Create a C#.Net Form that works exactly like the microsoft access form- it has same textboxes- has same report- and has a submit button too. – I still want to use access database- but have a C#.net form- I want to use .net version 2.0.
and then I will not use the microsoft access form.
I also want to be able to see the code and understand how it is working.thank you

Leave a Reply

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