I have two tables, Table1 and Table2, and I want to set all of the column types of Table2 the same as Table1. All columns will be the same. What's the easiest way to do this? I was thinking of something with Value.Type(Table1) but I'm not sure how to use that in Table2.
Thanks
Thanks