crook
Registered User.
- Local time
- Today, 15:14
- Joined
- Aug 21, 2003
- Messages
- 18
I need to concatenate fields in a query.
Here's a sample of the table data I have now:
Key Course_ID Instructor
1 SOC 202 John Doe
2 SOC 202 Dr. Frankenstein
What I need is an output like this:
Course_ID Instructor
SOC 202 John Doe, Dr. Frankenstein
Can this be done without using VB to write the query? I'd like to do something simple using the Access Query Design View if possible.
Thanks,
crook
Here's a sample of the table data I have now:
Key Course_ID Instructor
1 SOC 202 John Doe
2 SOC 202 Dr. Frankenstein
What I need is an output like this:
Course_ID Instructor
SOC 202 John Doe, Dr. Frankenstein
Can this be done without using VB to write the query? I'd like to do something simple using the Access Query Design View if possible.
Thanks,
crook
