Re: re-arranging the data in an access table
- From: "Duane Hookom" <DuaneAtNoSpanHookomDotNet>
- Date: Wed, 16 Aug 2006 11:42:03 -0500
This is near impossible without another field or value that links the first
A with the first B. I expect you are holding back on some fields.
--
Duane Hookom
MS Access MVP
"Lan" <Lan@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:BAF46375-5B7D-467A-8F24-7D412FAF4C81@xxxxxxxxxxxxxxxx
Crosstab would not work, because I have to either do sum, var, or std
dev..etc.
any other options?
Thanks!
"Jerry Whittle" wrote:
You don't want to do this in a table. Instead you want to create a
crosstab
query. One problem is that you need at least three fields in your table
for a
crosstab to work.
--
Jerry Whittle
Light. Strong. Cheap. Pick two. Keith Bontrager - Bicycle Builder.
"Lan" wrote:
I have an access table, which contains the data in a format like this:
group ID # of office visit
A 5
A 9
B 5
B 6
A 7
I want to re-arrange the data, so I can calculate the median, mean, and
mode
of each group in either excel or access
I want the dat to look like this:
A B
5 5
9 6
7
How can I do that?
Thanks!
.
- Follow-Ups:
- Prev by Date: Date and Time query
- Next by Date: Re: help with SQL querry
- Previous by thread: Date and Time query
- Next by thread: Re: re-arranging the data in an access table
- Index(es):
Relevant Pages
|