Separation of Parent/Child Records

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...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top