mlesniak001
MIS
Hi Everyone,
First I want to say as someone new to VBA, that this site / Forum has been very, very helpful to me. THANKS FOR ALL THE POSTINGS!!!
also, a quick question: How can I create a new table that is based on the defintion of an already existing table?
for example, my code process goes as such:
- import an Excel file into a new table "raw_import"
- create a second table, "clean_import" with the same definition (column names, dataType, etc.) as raw_import
- sort thru the entries in "raw_import", copying the good ones into "clean_import".
Is there a quick and easy way to grab the table definition of "raw_import" and use that to create "clean_import"?
Finally, since the data volumes are high, I do *not* want to copy the original table to one with a new name...
THANKS AGAIN!
First I want to say as someone new to VBA, that this site / Forum has been very, very helpful to me. THANKS FOR ALL THE POSTINGS!!!
also, a quick question: How can I create a new table that is based on the defintion of an already existing table?
for example, my code process goes as such:
- import an Excel file into a new table "raw_import"
- create a second table, "clean_import" with the same definition (column names, dataType, etc.) as raw_import
- sort thru the entries in "raw_import", copying the good ones into "clean_import".
Is there a quick and easy way to grab the table definition of "raw_import" and use that to create "clean_import"?
Finally, since the data volumes are high, I do *not* want to copy the original table to one with a new name...
THANKS AGAIN!