I went into all the tables and added primary keys to ones that did not have them and everything worked perfectly.
Thank you for helping me.
"Rick Brandt" wrote:
[Quoted Text] > WMorsberger wrote: > > The database that I created was recently upsized to a SQL Server. I > > am now running into the problem of not being able to add new records. > > How can I set my form up to add new records to the table. Can > > someone please help? > > The tables on the SQL Server need to have Primary Keys defined on them. If > you link to an ODBC connected table without a PK then the link is read only. > There is a work-around, but since every table should have a PK anyway that > is the way to fox it. > > -- > Rick Brandt, Microsoft Access MVP > Email (as appropriate) to... > RBrandt at Hunter dot com > > >
|