Pho3nix
The Legend
Hi all,
Having a slow morning and need some help.
I have a list of projects in table A.
I have a list of dates, with the columns down as Year, Month.
Now I would like to have a new row via a join of some sort between the two tables to give me something like :
[table="width: 500"]
[tr]
[td]Project[/td]
[td]Year[/td]
[td]Month[/td]
[/tr]
[tr]
[td]A[/td]
[td]2015[/td]
[td]1[/td]
[/tr]
[tr]
[td]A[/td]
[td]2015[/td]
[td]2[/td]
[/tr]
[/table]
Can anyone assist ?
The tables have nothing in common so having some amnesia about how to do such
Having a slow morning and need some help.
I have a list of projects in table A.
I have a list of dates, with the columns down as Year, Month.
Now I would like to have a new row via a join of some sort between the two tables to give me something like :
[table="width: 500"]
[tr]
[td]Project[/td]
[td]Year[/td]
[td]Month[/td]
[/tr]
[tr]
[td]A[/td]
[td]2015[/td]
[td]1[/td]
[/tr]
[tr]
[td]A[/td]
[td]2015[/td]
[td]2[/td]
[/tr]
[/table]
Can anyone assist ?
The tables have nothing in common so having some amnesia about how to do such