I have this little problem: I have drag table from Data Source to form and delete navigator (I will use this form ONLY for adding new records) so I have binded text boxes. Now problem is how to 'tell' on form_load to prepare text boxes (like when I press plus [+] sign in navigator for new record) to enter new record. Example: I have manualy add one record to db in server explorer and that record is shown in text boxes and I can edit this and save. What command triger entering new row?

Thanks