A family of Microsoft relational database management systems designed for ease of use.
Check if the SQL Server table has a Primary Key. Without it, adds and edits might be impossible.
Thank you. None of the tables had a PK. I added a Identity column with a seed to increment by 1. I named the column 'ID'. Now the form opens up as a new blank form but when is start adding data I see an icon warning when clicked i get the Message..
ODBC--insert on a linked table 'dbo_DE_Plant' failed
[Microsoft][SQL Server Native Client 11.0]Invalid character value for cast specification (#0)