Hello,
Wow. I have an interesting problem, and I'm not sure where to start. I am querying from an SQL database from Access 2003, and I have 2 fields that I am concerned about: Server and Values. The problem here isn't this existing query, it's what to do with the data once I have it. Rather than having one record for each value in the server, there is one record for the server with the values all in one field separated by a #; So it looks something like this:
What I would like to do is get something that looks like this:
I'm not sure if this is the right area to be posting this - but as I said, i'm not sure where to start. I've not seen something like this before. I was't even sure how to search for this... Any assistance is appreciated.
TIA,
Elysynn
Wow. I have an interesting problem, and I'm not sure where to start. I am querying from an SQL database from Access 2003, and I have 2 fields that I am concerned about: Server and Values. The problem here isn't this existing query, it's what to do with the data once I have it. Rather than having one record for each value in the server, there is one record for the server with the values all in one field separated by a #; So it looks something like this:
Code:
|ServerName|Value
Server1A |12345#;23456#;34567-34590#;45678
Server2A |56789#;78901
What I would like to do is get something that looks like this:
Code:
|ServerName|Value
Server1A |12345
Server1A |23456
Server1A |34567-34590
Server1A |45678
Server2A |56789
Server2A |78901
I'm not sure if this is the right area to be posting this - but as I said, i'm not sure where to start. I've not seen something like this before. I was't even sure how to search for this... Any assistance is appreciated.
TIA,
Elysynn