First, thanks to all that helped me with my trim function!
My next problem...
I have a database that tracks all meetings of our software developers
When they discuss strategies for handling problems generated either by
our customers (workplans), internal testing (IW), or by themselves
(Software Problems or SPR)
My problem, the users don't always enter in IWs, WPs or SPRs in the
correct format, which then makes it difficult for our Department
Managers to track the amount of work going on against any one
particular problem.
I've come up with layout and field definitions that when entered give
off the correct format for the IW, WP or SPR according to what the user
has entered:
IW = "IW" & "-" & Trim(NumToText(IW_Year) & "-" & Trim(NumToText
(IW_Iteration)
i.e. IW98-007
SPR = "SPR" & Trim(NumToText(SPR_Ver) & "-" & Trim(NumToText
(SPR_Iteration)
i.e. SPR99-001
WP = Trim(Site_Code) & "-" Trim(NumToText(WP_Year) & "-" (Trim(NumToText
(WP_Segment) & "-" Trim(NumToText(WP_Interation)
i.e. ABC-99-23-001
My problem...
I need a script which will look at what the user has entered (it will
be either IW, SPR or WP, never a combination of any), concatenate it
into either IW, SPR or WP formating, and then cut the information in
the generated field and paste it into a different field on another
layout in the same database. Oh, for clarity, both involved fields
would of type TEXT.
If you need further clarity, I can be contacted at
Thank you for any help!
- Teresa K
Configuration Management
Sterling Software ITD
--== Sent via Deja.com http://www.deja.com/ ==--
---Share what you know. Learn what you don't.---