I want my user to be able to compare a field "A" in an external access database "1" with a field "B" in an excel spreadsheet "2" based on a field "C". I would like the user to be able to choose all fields and specific database and excel sheets. How should I go about doing this?
I can write all the code to do the actual comparison I just need to figure out the best way to let the user choose the database -> table -> field for me to do the comparisons on.
Thanks for help.