473,796 Members | 2,455 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Forms/New/Pivot Table Wizard question

I have A97 and A2003. I created a form using the Pivot Table wizard.
This creates an unbound form with an embedded OLE object containing a
Pivot table in Excel.

There are 2 controls when the form is created; the Excel spreadsheet
object and a button to "Edit Pivot Table" The code for the button executes
Me!PivotTable.V erb = acOLEVerbOpen
Me!PivotTable.A ction = acOLEActivate

Is there a way to refresh the pivot table? Each time I open the Excel
spreadsheet or dbl-click the Spreadsheet, I need to "refresh" the data.
Is there a way I can refresh the spreadsheet automatically upon
opening it?

When I open the spreadsheet, even after refeshing the data, the Filter
option is grayed out. I am using this spreadsheet to display a
schedule; The project name and date worked on the project are my row
headings. The employee name that works on the projects are my column
headers. The hours worked by each employee makes up the data area.

I would like to filter the records to show 1 week at a time if at all
possible.

Is there a way to set the filter of the Excel spreadsheet when it is
opened? Or pass a new recordsource (same data) with a Where clause?
Oct 3 '06 #1
0 1947

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
2077
by: Bajal Mohamed via SQLMonster.com | last post by:
I am facing problem like; We generate reports thru Excel Pivot table. The data is coming from sales cube. Let?s assume that there are 2 products A and B. The user wants to filter for each product and view ?stock in hand? and ?total sales? for particular month (as two columns). From the Pivot table filtering, when we choose product A and month ?Jan?, it is showing values for ?stock in hand? and ?total sales? columns for that month.
0
1830
by: Bajal Mohamed via SQLMonster.com | last post by:
I am facing problem like; We generate reports thru Excel Pivot table. The data is coming from sales cube. Let?s assume that there are 2 products A and B. The user wants to filter for each product and view ?stock in hand? and ?total sales? for particular month (as two columns). From the Pivot table filtering, when we choose product A and month ?Jan?, it is showing values for ?stock in hand? and ?total sales? columns for that month.
2
5846
by: Rob | last post by:
I'm just getting around to using pivot tables and charts. I find the Pivot table interface to be INCREDIBLY frustrating. When I view a table in Design view, then choose Pivot table view, I get the PivotTable Field list, from which I can choose to add fields to the view. 1. How do you get RID of a field once you put it in? I can not right click on anywhere in the view and have ANY of the submenu options be availble. From the PivotTable...
1
2733
by: SJM | last post by:
I have a reporting database that has a series of pre-defined Pivot Table screens. What I would like to do is to enable users to be able to save their own configurations. I found 2 ways of doing this. One involved saving the Pivot Table XML, which seemed a great concept but one which seemed ot only work on MS Access 2003 and not on Access 2002. The other method involved having code to save the Pivot Table as a new form, and populating a...
1
1907
by: jodyblau | last post by:
I am attempting to learn to use pivot tables. I have noticed that if I have used the Lookup Wizard when creating my tables so allow the user to select from a list of choices when entering data, this causes a problem with the pivot tables. When I try to use a field like "Customer_Name" and drag it onto my pivot table, it display's the ID for that Customer instead of the Customer's name.
4
5385
by: jerry.ranch | last post by:
I have a series of macros that send various queries as xls files to clients. The scheduling of the sending is done by calling the macro from the Windows Task Scheduler All work great, except sending a pivot table. I've tried to send via every format available, and I cannot get Access to send the format as it is displayed on the screen..I just get an xls file of the raw data, not the pivoted data Is there a way to do this please?
9
6799
by: PeteCresswell | last post by:
I've got something called "Reference Rates". The idea is that on a given day, we have various rates of return for various entities. e.g. Libor 3-month return, Libor 6-month return, US Treasury Bonds, the Prime rate, and so-forth. We associate a security with one of those rates. There are a set of rates for each calendar day, and the rates for that
1
3186
by: PurpleWitch | last post by:
Hi there I'm using an Access 2000 DB on Office 2000. The following Pivot Table worked fine 2 days ago, but no I'm getting the "Invalid Procedure Call or Argument" error when using Pivot Table Wizard: Error Messages in the Column, and Count of Policy Number in the Data area. Any ideas? Thanks PW
0
1545
by: ravindarjobs | last post by:
Hello friends, I am using ms access 2003, and Vb6. i am displaying a table in a form as pivot table (following "Auto Form: Pivot Table" Wizard) Usually i select the items i want to be displayed in the pivot table by dragging them on to the pivot Table from Pivot Fields. But i got a Problem. My table wil have Columns Dynamically. i mean the colums may increase and decrease from time to time. so my requirement is to display the Updated...
0
9680
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9528
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10455
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
9052
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6788
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5441
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5573
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4116
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
2925
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.