Hello,
I have a microsoft access form- the best way to explain it – is to open it up and look at it-
I want to have this form created in C# ( .net 2.0 version).
when open database – a form comes up-
let us say you enter ID# 12
name joe
dayone 8
if you close the form then- the data stays on form –
if you re-open the form – the data is there and you can add the rest of data ( daytwo and daythree) or just daytwo)
When you have all data entered then you click Calculate and the sum of numbers is displayed in total box.
Now if you look at report – data is not there yet-
When you click Submit- the data then is entered and sent to a second table- the form closes
if you open form back up it is blank and if you open the report – now it is there- (report is based on table2)
Basically I have a access form and two tables and one report-
I use form to hold data- untill I want to submit data-
When data is submitted it is sent to second table and first table is empty.
I am not sure this can be done- but i want a C# form (.net 2.0) work just like my access form – and still use access database for tables and reports
thank you
