Hello Guys,
I need some help with this confusion I'm having. I have a table called Table1. And Fields ID and Age. If the age is < 60 I need to send this over another table called Table2 where there are two more fields, Number and Level. The ID's who's age is under 60 should look like this in the other table:
ID Age Number Level
1 56 11 5
1 56 12 6
1 56 13 6
1 56 14 7
And there are multiple ID's in Table1. And I want every ID who's age below 60 to produce this on Table2. I'm not sure what is the best way to do this. Thanks