Results 1 to 5 of 5
  1. #1
    jamesfranklin is offline Advanced Beginner
    Windows XP Access 2007
    Join Date
    Nov 2012
    Posts
    33

    Hide Single Row and Make Read Only

    Hi,


    If there are any option to make read only for single column in a table.

    ID Name Country
    324 M USA
    768 A UK
    079 F Canada


    I want to Make 'ID' as uneditable column.


    Thank u for time spending int his post

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,771
    Cannot do that in table. Textbox on form has properties Locked, Enabled, Visible. Set any or all appropriately.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  3. #3
    jamesfranklin is offline Advanced Beginner
    Windows XP Access 2007
    Join Date
    Nov 2012
    Posts
    33
    HI june7,
    Thank u for ur reply...

    What My requirement is?
    I'm having two type of user.

    Admin and User

    i have restrict Some columns from User.
    for ex: 'ID' column show only for Admin and not for User.
    Thank u..

  4. #4
    June7's Avatar
    June7 is offline VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,771
    Have user login to db (or get their id from network login) and then retrieve their authorization category from users table. Use VBA code to set the textboxes on form as Visible or not Visible depending on authorization. Or open different forms for each user category.

    You have a login interface in the db? Login functionality is frequent topic in forum.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  5. #5
    jamesfranklin is offline Advanced Beginner
    Windows XP Access 2007
    Join Date
    Nov 2012
    Posts
    33
    Hi,

    Thank u for ur reply..........i will try

Please reply to this thread with any new information or opinions.

Similar Threads

  1. MDB in Read Only, No .ldb, What to do
    By schwimms in forum Access
    Replies: 11
    Last Post: 02-25-2015, 03:12 PM
  2. Read Only
    By Huddle in forum Security
    Replies: 1
    Last Post: 02-24-2012, 02:23 PM
  3. Exporting single query and single report.
    By rfhall50 in forum Programming
    Replies: 2
    Last Post: 02-18-2011, 12:08 PM
  4. How can I hide/unhide DB window with a single button?
    By aquaraider in forum Programming
    Replies: 2
    Last Post: 10-09-2009, 07:01 AM
  5. Replies: 2
    Last Post: 10-19-2006, 04:37 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums