J
Janie
I have a table. Each record is unique. One particular field holds a value
which must correspond with the name of a folder in a specific directory. I
know how to check for the existance of a directory. And I've done this
action before going through each item in a listbox using a For Each ... Next
construct. But I've never done it using a field in a table as my data
source. How do I write a For Each where I would say "For Each Value in X
Field in Y Table ... Next Value"
Or is a For Each the wrong method?
Get my objective?
As ever, many thanks for any suggestions.
Janie
which must correspond with the name of a folder in a specific directory. I
know how to check for the existance of a directory. And I've done this
action before going through each item in a listbox using a For Each ... Next
construct. But I've never done it using a field in a table as my data
source. How do I write a For Each where I would say "For Each Value in X
Field in Y Table ... Next Value"
Or is a For Each the wrong method?
Get my objective?
As ever, many thanks for any suggestions.
Janie