G
Guest
I've got an interesting situation for parsing assistance:
I've got years of data on tree pathology that was entered manually way 'back
in the day' and now I want to parse them into their own fields based on the
year of observation. Entries might look something like (three examples):
1012-- broken top- large percent of crown gone(97); witches brooms
(97)-minor, upper branches(99); broken top-old, with new leaders(98)
1008-- dead top(97)(98)(99); needle damage-black mold on old
needles(97)-black specks(99); sparse foliage (97); reduced crown-1/2(98); dt;
sf- e2(00)
defoliation on top; white fluffy stuff w/abnormal growth in new needles;
scar-small, healing, on base(99)
where the memo field may or may not be iniated with the tree tag number (a
primary key), followed by pathology observations with the year of observation
in parentheses, which are usually followed by a semi-colon. The semi-colon
is expendable, and will need to be deleted.
I'm relatively new to queries, and know nothing of visual basic, though
would like to learn. Any help would be appreciated! Thanks!
I've got years of data on tree pathology that was entered manually way 'back
in the day' and now I want to parse them into their own fields based on the
year of observation. Entries might look something like (three examples):
1012-- broken top- large percent of crown gone(97); witches brooms
(97)-minor, upper branches(99); broken top-old, with new leaders(98)
1008-- dead top(97)(98)(99); needle damage-black mold on old
needles(97)-black specks(99); sparse foliage (97); reduced crown-1/2(98); dt;
sf- e2(00)
defoliation on top; white fluffy stuff w/abnormal growth in new needles;
scar-small, healing, on base(99)
where the memo field may or may not be iniated with the tree tag number (a
primary key), followed by pathology observations with the year of observation
in parentheses, which are usually followed by a semi-colon. The semi-colon
is expendable, and will need to be deleted.
I'm relatively new to queries, and know nothing of visual basic, though
would like to learn. Any help would be appreciated! Thanks!