J
Jon22
Is it possible to create a table with a field that has a list of file names
from a particular directory on our small office network? Ideally I would like
the records to be refreshed every time the database is opened. The file path
would always remain the same with the only variation being the file name. The
file extension would also be constant (always being ".jpg").
Path would be:
"\\Server\orion\Artwork\JPEG Files\2009\[filename].jpg"
In a nut shell, I'd like to create a field in a table which has the list of
"[filenames]" from the above path. If it has to return the full file path
then I think I can work around this using text functions.
Please bear in mind I have virtually zero exp with VBA and have built our
databsae using the inbuilt functions.
from a particular directory on our small office network? Ideally I would like
the records to be refreshed every time the database is opened. The file path
would always remain the same with the only variation being the file name. The
file extension would also be constant (always being ".jpg").
Path would be:
"\\Server\orion\Artwork\JPEG Files\2009\[filename].jpg"
In a nut shell, I'd like to create a field in a table which has the list of
"[filenames]" from the above path. If it has to return the full file path
then I think I can work around this using text functions.
Please bear in mind I have virtually zero exp with VBA and have built our
databsae using the inbuilt functions.