dear sir
I have
Report table A with sp_DBR_xxxxx (user report 50 rows)
Report Table B with sp_DBR_yyyyy (assignment report (500 rows)
Table A has Column 2 of my interest.
I have to insert Column A2 into Table B matching per User_ID.
Reports created with SP called A & B have different lenght .Field B2 need to be populated by A2 data where
A2.user_ID= B2.username
Both are list of users per ID.
I've tried to Call SP_DBR_xxxx and SP_DBR_yyyy in order to inser the column "A" into B joining them together but I cannot go through.
pls provide support if you can.
thanks