G
Guest
I have a database where one of the fields has multiple values (second column
PlanofRecord). There could be only one or many values with that are the
same.
Ex:
HICNbr PlanofRecord TROOP YTD TDS YTD AS OF DT
xxxxxxxxxA H0001 0 0 0
xxxxxxxxxA H0002 0 0 0
xxxxxxxxxb H0002 0 0 0
xxxxxxxxxC H0003 0 0 0
xxxxxxxxxD H0003 0 0 0
xxxxxxxxxE H0003 0 0 0
xxxxxxxxxF H0003 $11.62 $50.43 2007-03-04
xxxxxxxxxG H0003 0 0 0
I manually create tables for the PlanofRecord. Is there some way that I can
do this systematically? Create table H0001, H0002, H0003 etc.?
PlanofRecord). There could be only one or many values with that are the
same.
Ex:
HICNbr PlanofRecord TROOP YTD TDS YTD AS OF DT
xxxxxxxxxA H0001 0 0 0
xxxxxxxxxA H0002 0 0 0
xxxxxxxxxb H0002 0 0 0
xxxxxxxxxC H0003 0 0 0
xxxxxxxxxD H0003 0 0 0
xxxxxxxxxE H0003 0 0 0
xxxxxxxxxF H0003 $11.62 $50.43 2007-03-04
xxxxxxxxxG H0003 0 0 0
I manually create tables for the PlanofRecord. Is there some way that I can
do this systematically? Create table H0001, H0002, H0003 etc.?