I have an Access/VB application that was using Access for its database, but is now using SQL linked tables. My problem is that my continuous forms have quit displaying the 'new record' row. When it was hooked to the Access db, the continuous form would display X amount of rows, and then one additional row, filled in with the database default values, waiting for the user to click 'update'. Now my program is missing this additional row and my users are unable to add a new line of data. I have checked the form properties and the "Allow Additions" setting is set to 'Yes', as well as Allow Edits.
Any help would be appreciated. Thank you!