On a form, I've created a command button to open an existing pivot table. Here is the command line:
DoCmd.OpenForm "frm_Pivot_Financial_Data", acFormPivotTable, , , acFormReadOnly
This opens the pivot table. Unfortunately, it allows the user to make changes to the pivot table. What is the easist way to make the pivot table read only?
Thanks in advance