B
Beginner
In a macro, I import an excel spreadsheet to a new table
and then run a query to manipulate the data(adding
fields, calculating values etc).
Is there any way I could add a field with the type
autonumber to the table in a macro.
I followed the suggestion of creating a table with the
required autonumber field and then appending the data from
the table(which does not have this field). It simply
doesn't work-I get error message-cannot append all records
due to validation rule violations.
Any other way to do this. I would really appreciate this.
Thanks in advance
Beginner
and then run a query to manipulate the data(adding
fields, calculating values etc).
Is there any way I could add a field with the type
autonumber to the table in a macro.
I followed the suggestion of creating a table with the
required autonumber field and then appending the data from
the table(which does not have this field). It simply
doesn't work-I get error message-cannot append all records
due to validation rule violations.
Any other way to do this. I would really appreciate this.
Thanks in advance
Beginner