rpadminserver
Board Regular
- Joined
- Nov 7, 2007
- Messages
- 111
- Office Version
- 365
hello All....
I have an excel input form where the user enters a WORKORDER NUMBER (WONUM) and Asset assigned. Most of the time there will be multiple assets per wonum, each of these assets are a separate entry.
What I'm trying to accompish:
I want a text box that will list these assets in a single row.
Example:
The user will enter
WONUM ASSET
1234 Monitor
1234 Keys
1234 Wires
I need the text box to display;
"Monitor, Keys, Wires".
When the user is done the input form will be cleared and I need the same functionality for the next wornum
Couple of notes:
1. The user will NEVER go back and update a WONUM after moving on to the next WONUM
2. There will always be at least 1 asset per wonum, but the max number assets per wonum is unlimited.
3. I need this box because the user needs to copy this information and paste it into another system.
Any help is appreciated
Thanks
I have an excel input form where the user enters a WORKORDER NUMBER (WONUM) and Asset assigned. Most of the time there will be multiple assets per wonum, each of these assets are a separate entry.
What I'm trying to accompish:
I want a text box that will list these assets in a single row.
Example:
The user will enter
WONUM ASSET
1234 Monitor
1234 Keys
1234 Wires
I need the text box to display;
"Monitor, Keys, Wires".
When the user is done the input form will be cleared and I need the same functionality for the next wornum
Couple of notes:
1. The user will NEVER go back and update a WONUM after moving on to the next WONUM
2. There will always be at least 1 asset per wonum, but the max number assets per wonum is unlimited.
3. I need this box because the user needs to copy this information and paste it into another system.
Any help is appreciated
Thanks