Hello:
I'd like to get some assistance with improving a *sample* process including a DYNAMIC SELECT.
Here's what I currently have:
- TEXT INPUT tool containing six fields
- Each of the fields include prefixes such as {FF, LK, Other}
- Now, for the 2 prefixes = {FF, LK) I have added a DYNAMIC SELECT each... followed by an OUTPUT (into the same MDB database).
Current Process:
- Upon executing the workflow, 2 tables (one for FF fields and another one for the LK fields) are added to the MDB database.
- Given that I do NOT have another 3rd DYNAMIC SELECT, the field [Other_Something] does not get output at all (as expected).
My question:
- I may have additional prefixes beyond "FF, LK, Other", so I do NOT want to add a DYNAMIC SELECT for each of the field prefixes.
- How should the workflow be modified so that all fields (including those that may contain a 4th or 5th prefix) are added into their respective tables? Maybe via a macro?
Thank you,
Tom
