Within a macro, I need to insert a new field name in a existing table.
For this part of the macro I am using commands:
Action OpenTable (TableName, View Design, Add)
Action RunCommand InsertRows
Here's my problem:
I want to go to the bottom of the table to insert the row
And I want to call the new Field: summary_data
I can't seem to figure it out. After that queries are launched to populate and check the data.
HELP. I can't find it in the help screens.
For this part of the macro I am using commands:
Action OpenTable (TableName, View Design, Add)
Action RunCommand InsertRows
Here's my problem:
I want to go to the bottom of the table to insert the row
And I want to call the new Field: summary_data
I can't seem to figure it out. After that queries are launched to populate and check the data.
HELP. I can't find it in the help screens.