K
Kevin
I'm using Access 2003's new FileDialog object to allow a
user to select a CSV file to import. I've used the
common dialog Active X before, but would like to try this
since it doesn't require the seperate OCX file. I'm
kinda of scared of API calls too.
When data is imported, it typically creates an import
error file. I would like to progmatically open the error
table after import, but I won't always know what the name
of the new table is- unless I can extract the CSV
filename from the full path.
To make a long story short, does anyone know how to pull
just the file name from the FileDialog object and not the
full path. Any other info on learning about the rest of
the collection would be appreciated too!
Thanks in advance!
Kevin
user to select a CSV file to import. I've used the
common dialog Active X before, but would like to try this
since it doesn't require the seperate OCX file. I'm
kinda of scared of API calls too.
When data is imported, it typically creates an import
error file. I would like to progmatically open the error
table after import, but I won't always know what the name
of the new table is- unless I can extract the CSV
filename from the full path.
To make a long story short, does anyone know how to pull
just the file name from the FileDialog object and not the
full path. Any other info on learning about the rest of
the collection would be appreciated too!
Thanks in advance!
Kevin