Does anyone know a good foundation for the following?:
Allow end user to import a spreadsheet with one column as a table into database
Run process from a button to do the following:
Strip the last two numbers in the column. The remaining characters in the column link to the main table.
Take the imported table and do a right join with the main table.
Do a query by a date but stripping out all the results of the ones which were imported.
In summary, doing a query stripping out the ones which were imported. If you need anything further please let me know.
Allow end user to import a spreadsheet with one column as a table into database
Run process from a button to do the following:
Strip the last two numbers in the column. The remaining characters in the column link to the main table.
Take the imported table and do a right join with the main table.
Do a query by a date but stripping out all the results of the ones which were imported.
In summary, doing a query stripping out the ones which were imported. If you need anything further please let me know.