Creating a Table from a 2-Field Table

  • Thread starter Thread starter Tim Strickland
  • Start date Start date
T

Tim Strickland

I have an Access 2000 table with 2 fields, (1) Personal ID Number (PersID),
and (2) Achievement ID Number (AchvID). A person can complete multiple
achievements. Multiple persons can complete the same achievement.



PersID AchvID

123456 53

123456 124

234567 124

234567 53

234567 96

345678 96



I'm trying to create a table with a field for PersID and each Achievement
(53, 96, 124) where a 1 corresponds to whether that PersID has completed
that task. In my example, it would look like this:



PersID Achv53 Achv96 Achv124

123456 1 1

234567 1 1 1

345678 1



I'll then either export it to Excel (for members that don't have Access) or
use it as the basis of an Access 2000 Report that has other types of data as
well.



Any support would be greatly appreciated. This is to keep track of the
qualifications of members of our youth based volunteer search & rescue
organization.



Tim
 
This question was answered dbtabledesign. Please don't ask the same question
in multiple news groups.
 
Sorry for the Off-Topic post. It started out as a Report question before I
realized I was best focusing on a Table or Query and lost track of where I
was (happens a lot lately).

Thanks to Duane Hookom (MS Access MVP) for the solution.

Tim
 
Back
Top