access table transpose two fields

Andreas Sperling 40 Reputation points
2023-11-30T13:13:03.53+00:00

Hello,
It's not easy for me to describe what I want. :-)

I have a database table with two fields. In one field is an Active Directory Group, in the other field are the member of the group. In some groups there are 300 to 700 users separated by a semicolon. But now I want to split the users into a column representation.

What I have:

group member
group1 @domain.de;def@@domain.de;@domain.de;@domain.de;@domain.de;.....
group2 @domain.de;@domain.de;
@domain.de;******@domain.de;...
group3 ...

What I need:

group1 ******@domain.de
group1 ******@domain.de
group1 ******@domain.de
group1 ******@domain.de
.
.
.
group2 ******@domain.de
group2 ******@domain.de

How can I do this best and easily?

Best regards Andreas

Microsoft 365 and Office Access Development
Microsoft 365 and Office Access For business Windows
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Andreas Sperling 40 Reputation points
    2023-11-30T16:03:41.4066667+00:00

    Hello,

    I had an inspiration!

    I did it with split function and two recordsets!

    Thanks in advance

    best regards Andreas

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.