D
Danu
I have a table with a tag number field, remaining field, completed field, and
area field.
TAG COMP REMAIN AREA
19 200 6
15 28 8
19 6 6
55 20 12
How would I get the table to look like this:
TAG COMP REMAIN AREA
19 200 6 6
15 28 8
55 20 12
I need to include all tags whether or not they have a related COMPLETED or
REMAINING field.
Thank you.
area field.
TAG COMP REMAIN AREA
19 200 6
15 28 8
19 6 6
55 20 12
How would I get the table to look like this:
TAG COMP REMAIN AREA
19 200 6 6
15 28 8
55 20 12
I need to include all tags whether or not they have a related COMPLETED or
REMAINING field.
Thank you.