Rx_
Nothing In Moderation
- Local time
- Today, 07:44
- Joined
- Oct 22, 2009
- Messages
- 2,803
See attachment:
Primary View with PK [ID_Wells]
2nd View sorted by [ID_Wells] can have 0 to many text codes
Objective:
Add a new field to Primary View that Concatenates the character codes in the records where the [ID_Wells] match. This can be 0 to many.
See attachment for example of output.
In case no data matches, a Null would be preferred over an empty character.
In an Access Query, this was accomplished by writing a custom function in VBA.
For SQL, this looks a little daunting at first.
After reviewing a few MSDN articles, this seems to get more complex than first expected.
Any ideas would be appreciated.
Primary View with PK [ID_Wells]
2nd View sorted by [ID_Wells] can have 0 to many text codes
Objective:
Add a new field to Primary View that Concatenates the character codes in the records where the [ID_Wells] match. This can be 0 to many.
See attachment for example of output.
In case no data matches, a Null would be preferred over an empty character.
In an Access Query, this was accomplished by writing a custom function in VBA.
For SQL, this looks a little daunting at first.
After reviewing a few MSDN articles, this seems to get more complex than first expected.
Any ideas would be appreciated.