Hi,
I have 2 tables like this :
*sample datas only*
I need a query that'll fetch ALL the statedesc as a SINGLE string from Table B for each (tripnumber+EmpId).
*answers in VB context will be very helpful*
I know you can help me..
Thank you in advance.
RR
:-|
I have 2 tables like this :
*sample datas only*
Code:
Table A
EmpID TripNo StateCode
00322 1000 VA
00322 1000 GA
00322 1000 CA
00123 1001 CA
00123 1001 VA
00123 1001 GA
Table B
StateCode StateDesc
VA Virginia
CA California
GA Georgia
I need a query that'll fetch ALL the statedesc as a SINGLE string from Table B for each (tripnumber+EmpId).
*answers in VB context will be very helpful*
I know you can help me..
Thank you in advance.
RR
:-|