Hello,
I have an C#.net form with two textboxes bound to access database with two fields in one table.
is it possible have user be able to open form and enter data into two textboxes and hit a button to enter one record into database?
I don't want user to be able to navigate records.
if possible- can you point me in direction of how to start workin on this?
thank you
I have an C#.net form with two textboxes bound to access database with two fields in one table.
is it possible have user be able to open form and enter data into two textboxes and hit a button to enter one record into database?
I don't want user to be able to navigate records.
if possible- can you point me in direction of how to start workin on this?
thank you
Comment