473,396 Members | 1,734 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Saving fields, calculated in access report, to separate table

19
All,

I have created a report giving the reader full and summarized views of the daily data. The detailed section of this report is being summarized underneath the report in the footer section. What I need to do is to save the data off the textboxes of the summary section to a separate table. The table will be supposed to accommodate all the summaries of the month day by day, then based on this table, a simple query can be generated to get this data to be reported back as a monthly report.

Please see attached, a sample report.

Appreciate your help in this task.

Thanks to all in advance.

mhegazy
Attached Files
File Type: pdf DailyReport.pdf (394.7 KB, 259 views)
Jun 2 '14 #1
1 1686
jimatqsi
1,271 Expert 1GB
mhegazy,
Reports should not create data or do updates, so you'll want to make a separate process. Can you create a query that produces the summarized data you want to save into a table? If you can do that, you want to create that as an append query.

You can use the append query to add data to the desired table. In the upper half of the query editor you can see there is a property (with properties turned on or right-click and then 'properties') for query type. Choose "append query" and then choose the output table. Each column of the query can be directed to be saved into a column of the output table.

Jim
Jun 2 '14 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

0
by: bill mahoney | last post by:
I have access 2k and I have 2 tables. One is a 7X6 table representing a month with zeroes padding the fields where no day exist. For example February 2003 0 0 0 0 0 0 1 2 3 4 5 6 7 ...
4
by: Scott Kinney | last post by:
I have an inventory database. I want to delete out-of-stock items from the main database, but keep them in a separate table so that I can reference data about them. I created a copy of the item...
1
by: verb13 | last post by:
I have 2 text fields in a report coming from a recordset. I want to have a third field which will contain the result of some complex string manipulation of the 2 fields. How can I achieve this? The...
2
by: Ironman | last post by:
Dear Access Developers: I have an interesting problem that I hope someone could suggest how to solve: I have the following Report: Col-1 Col-2 -------- ------- 483.3 100
9
by: RMC | last post by:
Hello, I'm looking for a way to parse/format a memo field within a report. The Access 2000 database (application) has an equipment table that holds a memo field. Within the report, the memo...
8
by: ljungers | last post by:
Wondering if somone knows how to open a Access report in Word or export it to Word. Currently I'm opening and printing a report using VBA with the following command (DoCmd.OpenReport "TheReportName",...
10
by: ARC | last post by:
This is mainly a speed question. In this example: I have a QuotesHdr table that has a few memo fields. If these memo fields are used extensively by some users, and if their are a large number of...
3
by: hawaiijeff | last post by:
I have a report that I built in Access 2002. I built it with the report wizard, but then went into design mode and added a extra information which was calculations off the existing fields in the...
4
by: mhegazy | last post by:
I have generated an access report that shows the process comments for the different locations we have in the organization. What I need to do is to count the total number of comments we have per day...
2
by: mhegazy | last post by:
I have built an access report that works as a stepped report based on grouped fields. When perfroming sum or count for the one of the grouped fields, access always yields the sum/count of the...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
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,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
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,...

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.