R
Rob
Has anyone here written up (or know of) some code to automatically generate a
"CREATE TABLE" SQL statement based upon the structure of an existing table?
I'm thinking of a VBA function that will return the appropriate statement
given the name of a table in the db.
Along the same lines, how about the appropriate "ALTER TABLE" statement to
build index(es?) that exist on a table?
MySQL has a cute little feature that does this, I would have thought that
Access does but I haven't seen it....
Thanks.
"CREATE TABLE" SQL statement based upon the structure of an existing table?
I'm thinking of a VBA function that will return the appropriate statement
given the name of a table in the db.
Along the same lines, how about the appropriate "ALTER TABLE" statement to
build index(es?) that exist on a table?
MySQL has a cute little feature that does this, I would have thought that
Access does but I haven't seen it....
Thanks.