I've been trying to put together some code which creates a list of folders and then populates the folder with a name from a database but I have not been able to link the two items together (which will form the full path).
I'm trying to get add lists to call to DbListfind's getBDCalShortPath() method (below
This code then tries to use a DAO's getLists method to reach the database and return the list of names stored in it:
The code retrieves the list names and the first part of the script I'm working on builds most of the path but I've not been able to link both parts together and would be grateful for any advice on correcting the methods to pass the data across.