hi,
I use this bit code to look at a table for the path for pdf file to go into
this looks at the table pdffolder
what I would like to do if possible is for this to look at the first line
in the table but I want to use this part of the code for 4 or 5 different paths
Is it possible to modify the code so when I use it 5 times each code looks at different lines in the table
steve
I use this bit code to look at a table for the path for pdf file to go into
Code:
varFolder = DLookup("Folderpath", "pdfFolder")
this looks at the table pdffolder
what I would like to do if possible is for this to look at the first line
in the table but I want to use this part of the code for 4 or 5 different paths
Is it possible to modify the code so when I use it 5 times each code looks at different lines in the table
steve