Re: save table records from select tempquery
- From: "A_M_IS" <aimis@xxxxxxxxx>
- Date: 10 Aug 2006 13:47:51 -0700
Thank You for Your input!
Append query help is right choice for my case. This can help.
No, I don't need edit data right in this table, but I keep in my mind
this point to next designs.
What is making most of trouble for me right on current moment?
I looking virtually to results I wished to achieve (ordered to me from
my accountant's room) and trying understand best design solution
points for this.
Picture, I trying achieving, is more alike crosstab, just more complex
on this.
So, deeper I digging, this looks more and more complex for me.
Might be experienced Access gurus can help me with pointing me on
design?
Initially I have on hand nine department tables organized on same
manner as others are.
A rows there is ledger numbers, columns is months.
A result in tables is departments planned amounts to corresponding
months.
Now I need rearrange to call those datas like crosstab:
rows stay the same, columns now should be department codes, but
filtered selection of datas should be made by time periods which can be
those same from month's columns or even complex like aggregated
quarters or half years amounts.
More or less I managed this picture via my select query (see sample
code on my earlier post), sum total aggregations and union queries.
But what if our finance analyst desired more?
- to calculate intermediate ledger group totals and input those results
next to ledger number groups as well?
There I filed :(
My screen form recordsource select query is ~10000 characters long and
I see I can double this character total count if I try achieving
desired screen result on same design manner!
Is this normal length of Query? I looked in Access specifications list
than not, but I am not sure for another - because I let this utility to
bookkeeper's room for later adjustments if they desired. I believe
they need buy then some "nutcracker" for selected edit task.
This is why I looking for another design idea, but out any for today.
Might be selecting and writing calculated inputs to TmpTable in small
portions can let me chances to call again and easy calculate running
sum totals or recall selected aggregated totals as necessary for later
grand total formulas?
Might be gurus seen the same and can point directions for me from
experiences?
Highly appreciate inputs in advance!
Rgrds -
Ainars.
Larry Linson wrote:
"A_M_IS" <aimis@xxxxxxxxx> wrote
> I will try this right now, but does this run correct in case when I need add
> datas in small portions, more than only one time?
No, "MakeTable" Queries, just as the name suggests, make an entirely new
Table.
To _add_ data to an existing Table, check Help on Append Queries.
To _change_ data in existing records of an existing Table, check Help on
Update Queries.
Larry Linson
Microsoft Access MVP
.
- References:
- save table records from select tempquery
- From: A_M_IS
- Re: save table records from select tempquery
- From: pietlinden
- Re: save table records from select tempquery
- From: A_M_IS
- Re: save table records from select tempquery
- From: Larry Linson
- save table records from select tempquery
- Prev by Date: Re: Losing subform current record after delete
- Next by Date: Re: Ordering a form based on a table?
- Previous by thread: Re: save table records from select tempquery
- Next by thread: Re: save table records from select tempquery
- Index(es):
Relevant Pages
|