Re: Reformatting a data table
- From: "ruralguy via AccessMonster.com" <u12102@uwe>
- Date: Thu, 25 Oct 2007 17:18:06 GMT
You do understand that the data is being presented to you in a normalized
state and you are asking to denormalize it, right?
Jim Linnenburger wrote:
I am trying to merge two different data tables from two different sources.
The difficulty I am having is that one of the sources needs to have the data
table reorganized before I can do the merge. The data table that I need to
reorganize comes to me with multiple records for the same person. It looks
like this:
93900 30303E Math
93900 40404E English
93900 50505E Science
94911 30304E Math II
94911 40405E English II
94911 50506E Science II
the first column is the student ID, the second column is the course number,
the 3rd column is the course description.
I need to find a way to combine the 3 entries for each student ID into 1
single entry that would look something like this:
93900 30303E Math 40404E English 50505E Science
94911 30304E Math II 40405E English II 50506E Science II
Anybody have any ideas on how to accomplish this without doing it manually?
(The prospect of doing that with 3500 students does not seem overly
attractive to me right now.)
Thanks in advance!
--
RuralGuy (RG for short) aka Allan Bunch MS Access MVP - acXP WinXP Pro
Please post back to this forum so all may benefit.
Message posted via AccessMonster.com
http://www.accessmonster.com/Uwe/Forums.aspx/access-modules/200710/1
.
- Prev by Date: RE: open excel thru access and then change column format
- Next by Date: Re: Read last line in a file
- Previous by thread: RE: what is MS Access error -2147216496
- Next by thread: Re: Reformatting a data table
- Index(es):
Relevant Pages
|