I want to add items to a database. I have a form with some txtboxes on it which are bound to a database. When the form opens up, the records in the database are showing in the textboxes bound to them. I want these to be empty but ready for information to be stored in them.
How can I open the form without the contents of the database showing in the textboxes and therefore not allowing the user to enter data manually??
