In one click event on one of my forms, I need to be able to create a new table, then exactly duplicate the structure (not the data) of an already-existing table in the new table. What's the simplest and quickest way to do this in VBA? The only thing I've been able to come up with so far is to reproduce each field one at a time - is there a way to reproduce the entire structure at once?
WaltW
WaltW