D
deb
I have a table called tProjectDetails it has 2 fields called FT and RD which
are checkboxes.
The table data looks like this...
ProjectID Unit FT RD
1 1 -1 -1
2 1 -1
2 2 -1 -1
How can I make the query look like this... for charting purposes
ProjectID Unit FTRD
1 1 FT
1 1 RD
2 1 FT
2 2 FT
2 2 RD
Thanks in advance
are checkboxes.
The table data looks like this...
ProjectID Unit FT RD
1 1 -1 -1
2 1 -1
2 2 -1 -1
How can I make the query look like this... for charting purposes
ProjectID Unit FTRD
1 1 FT
1 1 RD
2 1 FT
2 2 FT
2 2 RD
Thanks in advance