473,396 Members | 2,011 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.

Need to update table linked to a report

1
I run a daily Make Table Query and want to generate a report based on the resulting table. When I run the Make Table Query each day, it must delete the table before rebuilding each day. As long as that table is connected to the report, the query can't delete it.

I simply want to update the table so I can use it in a daily flash report, but I must update the table daily. My current method of trying to use the Make Table Query won't allow that.
Dec 28 '06 #1
1 1505
NeoPa
32,556 Expert Mod 16PB
I run a daily Make Table Query and want to generate a report based on the resulting table. When I run the Make Table Query each day, it must delete the table before rebuilding each day. As long as that table is connected to the report, the query can't delete it.

I simply want to update the table so I can use it in a daily flash report, but I must update the table daily. My current method of trying to use the Make Table Query won't allow that.
Instead of doing a Make Table query, do an Append query.
First you need to clear the existing data...
Expand|Select|Wrap|Line Numbers
  1. DELETE FROM [YourTable]
Then you simply run the same append query into the same table.
Dec 30 '06 #2

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

Similar topics

2
by: Kelly Bowles | last post by:
I am doing something wrong, but I fail to see it. Access 2002 is what I am using. I have struggled with this for over two weeks. PurchaseOrder table/form linked to InventoryTransaction...
1
by: Lauren Quantrell | last post by:
I have read the newsgroups and see this is a common issue but I saw no resolution for it: I have an Access2K frotn end and SQL Server 2K backend. In access, I create a temp table using code in a...
3
by: ChadDiesel | last post by:
Hello everyone. I need some advice on table structure for a new project I've been given. One of our customers sends us an Excel spreadsheet each week containing their order. Currently, someone...
5
by: agarwasa2008 | last post by:
Hi, I have a linked table called tbltest and some bounded forms (which add, update, delete records) that were created using that linked table. For some necessary reasons I had to create another...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
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?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
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,...
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...

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.