Hey,
I was hoping someone might be able to help me with this. Below you will see examples of our our system combines some things in the database, specifically are GL database.
Each line is contained in one field. I would like to be to easily group and compare similar items, the item names are what is located after "Stk:" but I'm not sure how to separate that out. Now I know I can easily do just a Like criteria to grab one single item but I would like to pull everything out and throw it into a pivot table so I could for instance see the total amount issued and total amount received for 10BC over several periods. Just looking at one GL-Codes's line items for July has 26741 lines so anything manual is not an option. They all vary in amount of characters so I don't believe a basic trim would work.
Jnl:19952 Wh:03 Receipt Stk:10BC Jnl:19541 Wh:03 Receipt Stk:760PO Jnl:4862 Wh:84 Issue Stk:11LB Jnl:19481 Wh:50 Issue Stk:23LBS-1811 Jnl:12485 Wh:50 Issue Stk:LAB30
Thanks for any advice.