thechazm
VBA, VB.net, C#, Java
- Local time
- Today, 18:04
- Joined
- Mar 7, 2011
- Messages
- 515
So I have been doing some investigating but have not found a good solution to my current problem. I have two tables.
The first table stores jobs
The second table stores different statuses on the job
Its a one to many relationship but for meetings and other purposes I need to show all of the relavent statuses in one row with the current job.
For example:
Job #1 - A01 - WCT
Job #1 - A02 - RCT
Job #1 - A03 - Null
I would like to somehow do this:
Job #1 - A01(WCT), A02(RCT), A03(Null)
I have tried and used concatinating functions that I have seen and have also developed my own the problem is the functions run to slow and make the interface extremely hard to use.
Any input on this or idea's would greatly be appreciated as I have about 5K or so jobs I need this to work on.
Thanks,
TheChazm
The first table stores jobs
The second table stores different statuses on the job
Its a one to many relationship but for meetings and other purposes I need to show all of the relavent statuses in one row with the current job.
For example:
Job #1 - A01 - WCT
Job #1 - A02 - RCT
Job #1 - A03 - Null
I would like to somehow do this:
Job #1 - A01(WCT), A02(RCT), A03(Null)
I have tried and used concatinating functions that I have seen and have also developed my own the problem is the functions run to slow and make the interface extremely hard to use.
Any input on this or idea's would greatly be appreciated as I have about 5K or so jobs I need this to work on.
Thanks,
TheChazm