Separation of Parent/Child Records

  • Thread starter Thread starter Loretta Jean
  • Start date Start date
L

Loretta Jean

Is there a quick way in Access to take a record and its corresponding fields
and make separate records?

For instance I have a record
UserID Role1 Role 2 Role 3 and so forth....
jeandl abc123 cd342 mh987

I want to make separate the records so that what I have is a record for each
combination (with UserID repeated):

UserID Role
jeandl abc123
jeandl cd342
jeandl mh987

I have accomplished this using multiple append queries, but it's inefficient
and time-consuming. Is there a way to achieve this through a query or by
using VBA?

Thanks,
Loretta

P.S. I'm looking for the same solution when the data is in Excel...
 
Back
Top