I have an Excel spreadsheet that contains database definitions. Each row includes 5 colums: Table Name, Field Name, Field Type, Length, and Nulls Alowed (1/0).
I'm looking for input to build a VBA script that will use this metadata from my spreadsheet to generate the actual MS Access tables.
Yes, I could manually generate the tables, but there are over 300 tables with over 3200 fields.
Any input would be greatly appreciated.
I'm more of an engineer than a programmer.
Thanks in advance!
I'm looking for input to build a VBA script that will use this metadata from my spreadsheet to generate the actual MS Access tables.
Yes, I could manually generate the tables, but there are over 300 tables with over 3200 fields.
Any input would be greatly appreciated.
I'm more of an engineer than a programmer.
Thanks in advance!