I'm having an issue with an application connected to a database, where when I open the application it seems there is a blank record that cannot be edited or saved. The user can't just start entering data into blank fields, but MUST click a button to add a new record first, otherwise the entered data won't be saved. This blank record remains in the database. The app has several forms, each connected to a table, and I have the same issue with all of them.
The IDE generated the binding navigators and I can't find the code it created for creating a new record; I'm thinking that I can solve this by executing an "add record" when the form loads.
Is this correct, or is there another way to prevent this from happening?
As always, I would like to be able to understand the concept behind this, but if all I can get is some code that will solve it, I'll take it!