PC Review


Reply
Thread Tools Rate Thread

Admin owns table has full permissions but can't edit a cell or add records

 
 
gimme_this_gimme_that@yahoo.com
Guest
Posts: n/a
 
      16th Dec 2006
I inherited a MS Access database system where one of the tables cannot
be modified.

Through Tools->Security->User Group Permissions the table is owned by
Admin (me) and all permission checkboxes have been checked.

But I can't edit a cell or add records.

Any suggestions?

Thanks.

 
Reply With Quote
 
 
 
 
'69 Camaro
Guest
Posts: n/a
 
      16th Dec 2006
Hi.

> Through Tools->Security->User Group Permissions the table is owned by
> Admin (me) and all permission checkboxes have been checked.
>
> But I can't edit a cell or add records.


Is this a system table or a normal user-defined table? If it's a system table,
you won't be able to edit or add records directly from the table's datasheet,
nor should you. One can tell it's a system table because the "Show System
Objects" check box must be marked in the database Options dialog window in order
to see the table listed in the Database Window.

If it's a normal user-defined table, does this table reside in the current
database, or is it a linked table? If it's a linked table, check Admin's
permissions on this table in the other database file, and you'll find Admin
doesn't have "Update Data" and "Insert Data" permissions.

HTH.
Gunny

See http://www.QBuilt.com for all your database needs.
See http://www.Access.QBuilt.com for Microsoft Access tips and tutorials.
http://www.Access.QBuilt.com/html/ex...ributors2.html for contact info.


<(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
>I inherited a MS Access database system where one of the tables cannot
> be modified.
>
> Through Tools->Security->User Group Permissions the table is owned by
> Admin (me) and all permission checkboxes have been checked.
>
> But I can't edit a cell or add records.
>
> Any suggestions?
>
> Thanks.
>



 
Reply With Quote
 
gimme_this_gimme_that@yahoo.com
Guest
Posts: n/a
 
      18th Dec 2006
Thanks Camaro.

It was a linked table.

 
Reply With Quote
 
'69 Camaro
Guest
Posts: n/a
 
      18th Dec 2006
You're welcome. Glad to help.

Gunny

See http://www.QBuilt.com for all your database needs.
See http://www.Access.QBuilt.com for Microsoft Access tips and tutorials.
http://www.Access.QBuilt.com/html/ex...ributors2.html for contact info.


<(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Thanks Camaro.
>
> It was a linked table.
>



 
Reply With Quote
 
gimme_this_gimme_that@yahoo.com
Guest
Posts: n/a
 
      23rd Dec 2006
Hi Camaro,

Here was the deal.

The MS Access tabled linked to a table on a SQL Server database.

When a table in Access didn't have a primary key, the Admin's
permissions would show that he had write permissions, but actually, he
couldn't write.

The fix was to make certain a primary key was defined for the Access
tables.

 
Reply With Quote
 
'69 Camaro
Guest
Posts: n/a
 
      23rd Dec 2006
Hi.

> The fix was to make certain a primary key was defined for the Access
> tables.


Thanks for sharing this solution with us.

> When a table in Access didn't have a primary key, the Admin's
> permissions would show that he had write permissions, but actually, he
> couldn't write.


Without the primary key (or unique index) to identify "which" record to update,
the database engine refuses to update any of them. It's safer that way, but
it's annoying because the database engine doesn't tell us why it's not doing
what we expect.

HTH.
Gunny

See http://www.QBuilt.com for all your database needs.
See http://www.Access.QBuilt.com for Microsoft Access tips and tutorials.
http://www.Access.QBuilt.com/html/ex...ributors2.html for contact info.


<(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hi Camaro,
>
> Here was the deal.
>
> The MS Access tabled linked to a table on a SQL Server database.
>
> When a table in Access didn't have a primary key, the Admin's
> permissions would show that he had write permissions, but actually, he
> couldn't write.
>
> The fix was to make certain a primary key was defined for the Access
> tables.
>



 
Reply With Quote
 
John Vinson
Guest
Posts: n/a
 
      23rd Dec 2006
On 22 Dec 2006 17:44:34 -0800, (E-Mail Removed) wrote:

>The MS Access tabled linked to a table on a SQL Server database.


ummm...

It would certainly have made this question a lot easier to answer if
you'ld said that.

John W. Vinson[MVP]
 
Reply With Quote
 
'69 Camaro
Guest
Posts: n/a
 
      23rd Dec 2006
Hi, John.

> . . . if
> you'ld said that.


Is that the proper grammatical contraction for Southern "if you all had said
that"? <g, d, & r -- fast!>

Gunny


"John Vinson" <jvinson@STOP_SPAM.WysardOfInfo.com> wrote in message
news:(E-Mail Removed)...
> On 22 Dec 2006 17:44:34 -0800, (E-Mail Removed) wrote:
>
>>The MS Access tabled linked to a table on a SQL Server database.

>
> ummm...
>
> It would certainly have made this question a lot easier to answer if
> you'ld said that.
>
> John W. Vinson[MVP]



 
Reply With Quote
 
John Vinson
Guest
Posts: n/a
 
      23rd Dec 2006
On Fri, 22 Dec 2006 19:53:22 -0800, "'69 Camaro"
<(E-Mail Removed)_SPAM> wrote:

>Is that the proper grammatical contraction for Southern "if you all had said
>that"? <g, d, & r -- fast!>


Waal, Ah reckon it mahht be... <g>

(grew up in Arkansas so I can say it that way if I want!)

John W. Vinson[MVP]
 
Reply With Quote
 
'69 Camaro
Guest
Posts: n/a
 
      23rd Dec 2006
> Waal, Ah reckon it mahht be... <g>
>
> (grew up in Arkansas so I can say it that way if I want!)


Ah, then that means you don't get the same "Y'arnt fum aroun' hee uh, ah yuh?"
responses that I get when visiting Arkansas and speaking in my best Tennessee
accent. ;-)

Gunny


"John Vinson" <jvinson@STOP_SPAM.WysardOfInfo.com> wrote in message
news:(E-Mail Removed)...
> On Fri, 22 Dec 2006 19:53:22 -0800, "'69 Camaro"
> <(E-Mail Removed)_SPAM> wrote:
>
>>Is that the proper grammatical contraction for Southern "if you all had said
>>that"? <g, d, & r -- fast!>

>
> Waal, Ah reckon it mahht be... <g>
>
> (grew up in Arkansas so I can say it that way if I want!)
>
> John W. Vinson[MVP]



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
cant edit records when 3rd table is added Barry A&P Microsoft Access Queries 1 30th Dec 2008 09:13 PM
Remove user permission to edit table records. =?Utf-8?B?Rkw=?= Microsoft Access Security 0 16th Mar 2007 04:54 PM
Table permissions: No matter what I set all users have full access? Mark Microsoft Access ADP SQL Server 5 30th Mar 2006 09:53 PM
Unable to edit records in linked table Stacey Levine Microsoft Access 0 5th Jan 2005 09:08 PM
Add, Edit Records in a table David Tunstall Microsoft Access Database Table Design 1 21st Apr 2004 12:45 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 05:22 AM.