Dear friends,
I have a problem that need some help from expert.Is there any way I could combine many rows into a row in Access using Visual Basic. I want to change the below table from TABLE A to TABLE B
TABLE A SampleCode | Test Name | | | Result | ID | Name | Sex |
9300105 | Peripheral Blood Film | .... |
| a few poikilocytes are present. | S7585512E | DHANDAPANI MAHESH | M |
9300105 | Peripheral Blood Film | .... |
| No blast cells seen. | S7585512E | DHANDAPANI MAHESH | M |
9300105 | Peripheral Blood Film | .... |
| microcytes, elongated cells and | S7585512E | DHANDAPANI MAHESH | M |
9300105 | Peripheral Blood Film | .... |
| hypochromic but normocytic: . Some | S7585512E | DHANDAPANI MAHESH | M |
9300105 | Peripheral Blood Film | .... |
| Majority of rbcs appear slightly | S7585512E | DHANDAPANI MAHESH | M |
Output:
TABLE B SampleCode | Test Name | | | Result | ID | Name | Sex |
9300105 | Peripheral Blood Film | .... |
| a few poikilocytes are present, No blast cells seen.microcytes, elongated cells and hypochromic but normocytic. Some Majority of rbcs appear slightly | S7585512E | DHANDAPANI MAHESH | M |
| | |
| | | | |
| | |
| | | | |
| | |
| | | | |
| | |
| | | | |
Your help would be greatly appreciated
Thanks a lot,
Chicky
Chicky
You might want to give this thread from yesterday a look:
http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=1335992&SiteID=1
No comments:
Post a Comment