N
Noah
I have a query where I am doing an outer join on two
tables. So it picks up everything from Table A and only
the data from Table B where the employee numbers match.
So I get something like this:
Table A Table B
Emp # Data A Data B
123 abc abc
123 zxy
789 iop iop
What I would like to do is to fill in the missing data
from Table B. I am thinking that I might need somekind of
VB script that would look at the Emp # from Table A and if
Table B is missing anything it would fill it in with data
from Table A. So in the above example, 'zxy' is missing
from Table B so I would fill it in with data from Table A.
I hope this makes sence. If anyone has any sample code I
could use please let me know.
Thanks
tables. So it picks up everything from Table A and only
the data from Table B where the employee numbers match.
So I get something like this:
Table A Table B
Emp # Data A Data B
123 abc abc
123 zxy
789 iop iop
What I would like to do is to fill in the missing data
from Table B. I am thinking that I might need somekind of
VB script that would look at the Emp # from Table A and if
Table B is missing anything it would fill it in with data
from Table A. So in the above example, 'zxy' is missing
from Table B so I would fill it in with data from Table A.
I hope this makes sence. If anyone has any sample code I
could use please let me know.
Thanks