Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Microsoft Office > Access and Access VBA > Access VBA
|
Access VBA Discuss using VBA for Access programming.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Access VBA section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old July 19th, 2005, 04:28 PM
Registered User
 
Join Date: Jul 2005
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Default PivotTable-access rigths for columns

Hi,

I have got a PivotTable in Data Access Page. I want set access(read-only/read-write)for each columns in PivotTable.

For example:

I have got a table with four atributes (name, age, city, PLZ). These columns are
display in PivotTable and users can edits and deletes all data. I want set access
like this: name:read-only
       age:read-write
       city:read-only
       PLZ:read-write

I'm trying this:
    PivotTable0.ActiveView.DataAxis.FieldSets("name"). View.AllowEdits=false
PivotTable0.ActiveView.DataAxis.FieldSets("name"). View.AllowDeletions=false
PivotTable0.ActiveView.DataAxis.FieldSets("age").V iew.AllowEdits=true
PivotTable0.ActiveView.DataAxis.FieldSets("age").V iew.AllowDeletions=true

but it's not work correct.

Can anybody some ideas, how to solve this problem?

Thanks you very much for each idea.

harmony82






Similar Threads
Thread Thread Starter Forum Replies Last Post
Import Access data whith varying columns dbellavi SQL Server DTS 15 January 30th, 2008 06:23 AM
Access Report from Access PivotTable Form Odeh Naber Access 2 July 24th, 2007 09:33 AM
pivottable form Vince_421 Access VBA 2 May 26th, 2006 07:52 AM
PivotTable programming Ray Pinnegar Access 0 April 26th, 2004 11:22 AM
Get primary Key Columns From Access Table MeSaqi Access VBA 0 July 18th, 2003 08:20 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.