G
Guest
Hi
In .NET I created a form with bound controls (Access Database). I used a dataset and followed examples to create a navigation using the Binding Context. So far everything goes well
My question, how do I add a new record to the database AFTER the user filled in the fields on the form. When the user presses a buttonNEW all controls (bound) need to be empty on the form so the user can fill in the fields. When the user presses the buttonSAVE the record needs to be saved. The problem is that my database has some fields that are required before I can add the row to the database. I can't find a solution anywhere.
Do you know how to do this. How to display a new row in a form with bound controls.
Thx in advance!
Mauric
In .NET I created a form with bound controls (Access Database). I used a dataset and followed examples to create a navigation using the Binding Context. So far everything goes well
My question, how do I add a new record to the database AFTER the user filled in the fields on the form. When the user presses a buttonNEW all controls (bound) need to be empty on the form so the user can fill in the fields. When the user presses the buttonSAVE the record needs to be saved. The problem is that my database has some fields that are required before I can add the row to the database. I can't find a solution anywhere.
Do you know how to do this. How to display a new row in a form with bound controls.
Thx in advance!
Mauric