Van,
Thanks for your response. No the table that I'm having troubles with does
not have a primary key defined. Is there a way of handling this without
adding an ID field in on the MS SQL Server?
Mark
"Van T. Dinh" wrote:
> Do you have PK define on each Table on the MS SQL Server?
>
> Also, I find a TimeStamp Field on each Table will eliminate lots of problems
> using MS SQL Server Tables as ODBC-linked Tables in Access.
>
> --
> HTH
> Van T. Dinh
> MVP (Access)
>
>
> "MChrist" <(E-Mail Removed)> wrote in message
> news:B8674CF4-C0BD-4B21-9F18-(E-Mail Removed)...
> > I'm using the following code chunk to add a table to my db without a DSN
> > connection. The problem I'm having is that I can not edit/add/delete
> records
> > to the table.
> >
> > I know that the permissions on the MS SQL db backend are checked for the
> > SELECT, INSERT, UPDATE, DELETE rights.
> >
> > Any idea of what I'm missing.
> >
> > Thanks
> >
> > Mark
>
>
>
|