Greetings all,
I have a report that my docs want. but it takes from many feilds to create each line. Some of the med listed have repeat words in them. Is there a way to filter or remove the repeated words?
I'm working in Access 2003.
The string of meds goes together like this:
This would translate to:
Lamotrigine (Lamictal) tab, 100 mg po daily-am for breakthrough irritability, obtrusiveness, restlessness optimizing dose according to blood levels
Or:
Clozapine (Fazaclo) Oral Disintegrating Tab tab, 100 mg po bid for psychosis suspected medication nonadherence based on
incongruent serum clozapine levels
What is needed is the double or repeated words (like tab tab above) that are not always in there, be reduced to only once.
I can do it in word, but how do you do it in Access.
Thanks
Yarbz
I have a report that my docs want. but it takes from many feilds to create each line. Some of the med listed have repeat words in them. Is there a way to filter or remove the repeated words?
I'm working in Access 2003.
The string of meds goes together like this:
Code:
[Med Name]&" "&[Dose Type]&" "&[Dosage]&" "&[Dose Unit]&" "&[Route]&" "&[Frequency]&" for "&[Reason Txt]
Lamotrigine (Lamictal) tab, 100 mg po daily-am for breakthrough irritability, obtrusiveness, restlessness optimizing dose according to blood levels
Or:
Clozapine (Fazaclo) Oral Disintegrating Tab tab, 100 mg po bid for psychosis suspected medication nonadherence based on
incongruent serum clozapine levels
What is needed is the double or repeated words (like tab tab above) that are not always in there, be reduced to only once.
I can do it in word, but how do you do it in Access.
Thanks
Yarbz