T
trevorC via AccessMonster.com
Hi All,
My latest task is to create a part usage tracking system and incorporate this
into our current system, the first part works ok now and the resultant string
is copied back into a parts used field on my form.
What i need to do is recreate a report using the data that was created and
saved as a string,
Example -
" 09600-02087, Qty=3. 09600-02087, Qty=2. "
I need to get the first part that is the part number and save this into a
variable then get the qty and save this as well. i can get the part number
with Left([text_string], InStr([text_string], ",") - 1).
How can i get the Qty from this (it may be 1,2 or 3 chars in length). I then
need to loop through and find all parts and Qty's. this is so i can rebuild
my report from historical data.
Any help is greatly appriciated
regards
Trevor
My latest task is to create a part usage tracking system and incorporate this
into our current system, the first part works ok now and the resultant string
is copied back into a parts used field on my form.
What i need to do is recreate a report using the data that was created and
saved as a string,
Example -
" 09600-02087, Qty=3. 09600-02087, Qty=2. "
I need to get the first part that is the part number and save this into a
variable then get the qty and save this as well. i can get the part number
with Left([text_string], InStr([text_string], ",") - 1).
How can i get the Qty from this (it may be 1,2 or 3 chars in length). I then
need to loop through and find all parts and Qty's. this is so i can rebuild
my report from historical data.
Any help is greatly appriciated
regards
Trevor