Access 2000
I have a table with a text field (56 characters) containing a string of A/B's.
Example,
Unique Ref : AABBBBAA
Each of the characters represent 1 week, A = week 1 01/01/2003, A = week 2, 08/01/2003, B = Week 3, 15/01/2003 etc etc.
Where the character is A then this is true where it is B it is false.
Basically, I want to make another table containing several rows based on the above. For example,
My new table should read from the above set of data
Uniq Ref: Start Week End Week
1 1 2
2 3 6
3 7 9
Is this possible at all.
Many Thanks
NB. There is no way that I can alter this table structure.
I have a table with a text field (56 characters) containing a string of A/B's.
Example,
Unique Ref : AABBBBAA
Each of the characters represent 1 week, A = week 1 01/01/2003, A = week 2, 08/01/2003, B = Week 3, 15/01/2003 etc etc.
Where the character is A then this is true where it is B it is false.
Basically, I want to make another table containing several rows based on the above. For example,
My new table should read from the above set of data
Uniq Ref: Start Week End Week
1 1 2
2 3 6
3 7 9
Is this possible at all.
Many Thanks
NB. There is no way that I can alter this table structure.