G
Guest
I need to import a text file into a table with an autonumber index so the
data order can be maintained through the subsequent manipulations. Importing
manually, the wizard gives you the choice of adding an access index or not.
Programmatically, this choice seems to have disappeared. Is there a way to
import text into a table using an import spec (already set up) and still get
access to add it's own index? Alternatively, can I add an autonumber index to
the table once it's created, or do I need to use a shell table where I delete
all rows and import into it each time?
I've tried adding a GUID field after the import, but of course it doesn't
autopopulate. Do I just have to write the code to populate it?
data order can be maintained through the subsequent manipulations. Importing
manually, the wizard gives you the choice of adding an access index or not.
Programmatically, this choice seems to have disappeared. Is there a way to
import text into a table using an import spec (already set up) and still get
access to add it's own index? Alternatively, can I add an autonumber index to
the table once it's created, or do I need to use a shell table where I delete
all rows and import into it each time?
I've tried adding a GUID field after the import, but of course it doesn't
autopopulate. Do I just have to write the code to populate it?