I need to write a program to dynamically compare two tables. First the program imports and create tables of a list of weekly spreadsheet from a folder (1/1/2006, 1/8/2006, 1/15/2006...). The user will need to select tables to compare via combo boxes (for example, the user selects 1/1/2006 and 1/15/2006). How can I write a query that will compare the user selected tables based on the input?
I hope my explanation is clear.
I hope my explanation is clear.