R
Richard J
Hi group,
I am working on building a template in Word that allows other developers to
simply input the necessary data for building a SQL table, such as the field
name, data type, column constraint, and a description.
Each of these elements is defined as a field inside four separate cells in a
single row of a table, such as:
| <Field Name> | <Data Type> | <Constraint> | <Description>|
Once the developer has entered a description and tabs to the next line, I
want to repeat the above information automatically on the next row of the
table as follows:
| Field 1 | SMALLINT | NOT NULL, | -- Field 1 |
| <Field Name> | <Data Type> | <Constraint> | <Description>|
Is this even possible?
Thanks for any input.
Richard
I am working on building a template in Word that allows other developers to
simply input the necessary data for building a SQL table, such as the field
name, data type, column constraint, and a description.
Each of these elements is defined as a field inside four separate cells in a
single row of a table, such as:
| <Field Name> | <Data Type> | <Constraint> | <Description>|
Once the developer has entered a description and tabs to the next line, I
want to repeat the above information automatically on the next row of the
table as follows:
| Field 1 | SMALLINT | NOT NULL, | -- Field 1 |
| <Field Name> | <Data Type> | <Constraint> | <Description>|
Is this even possible?
Thanks for any input.
Richard