Re: How to continuously append live table to table?
- From: "Rick Brandt" <rickbrandt2@xxxxxxxxxxx>
- Date: Fri, 01 Jun 2007 14:53:46 GMT
LiDongning@xxxxxxxxx wrote:
The proper way would be ONE table and then use queries. One for the
current month and one for the year to date data.
--
Rick Brandt, Microsoft Access MVP
Email (as appropriate) to...
RBrandt at Hunter dot com
Thanks for the reply, and the question is how to create this YTD
data. It has to be updated every month by adding up the current month
tables to the YTD table.
Not if you have it all in one table. You just have a totals query that
looks at all records for the current year by having appropriate criteria
applied.
Any time you have processes that involve copying data from one table into
other tables that is a big warning flag that your design is incorrect.
--
Rick Brandt, Microsoft Access MVP
Email (as appropriate) to...
RBrandt at Hunter dot com
.
- Follow-Ups:
- Re: How to continuously append live table to table?
- From: LiDongning
- Re: How to continuously append live table to table?
- From: LiDongning
- Re: How to continuously append live table to table?
- From: LiDongning
- Re: How to continuously append live table to table?
- References:
- Re: How to continuously append live table to table?
- From: Rick Brandt
- Re: How to continuously append live table to table?
- From: LiDongning
- Re: How to continuously append live table to table?
- Prev by Date: Re: Why is Access so slow for subqueries?
- Next by Date: Re: How to continuously append live table to table?
- Previous by thread: Re: How to continuously append live table to table?
- Next by thread: Re: How to continuously append live table to table?
- Index(es):
Relevant Pages
|