This is probably asked and answered, so I may be using incorrect search criteria.
My current challenge is I have a table (tblField) with a two fields (fieldName, fieldType) and 92 records. I would like to create a New table using each of the 92 records as field names, using the fieldType as the field type in the new table (e.g. Text, Currency, Date) in the new table (tblNew). Is there an easy way to do this in VB instead of creating the table from scratch and copying and pasting from one to the other?
Thanks in advance for your ideas.
Ken