I need some help with VBA code to create new fields in a Table based on the records from a different table.
So Table1 will have 2 fields, a name field and data type field.
Example:
My goal here is that using a form for Table1 to edit names and type of input allowed, and then either use a check box or command button to create that field in Table2 for each record.
So Table1 will have 2 fields, a name field and data type field.
Example:
FieldName | FieldType | Required |
Length | Decimal | Yes/No |
My goal here is that using a form for Table1 to edit names and type of input allowed, and then either use a check box or command button to create that field in Table2 for each record.