UnsolvedCoding
Technical User
I am working on an app that goes between Excel and SQL. The documents all come in Excel and the inital scanning happens in Excel. SQL is used only to store the information stripped from the Excel forms.
Part of what I want to incorporate into the code is a way to see which particular version of a form is used most often and based on frequency of use by our client, scan for those versions of the documents first with the least used being checked last.
Is there a way to update constants after the scan so the correct number of times used is updated?
This isn't a number I can put on an Excel tab for reasons of data being manipulated and it doesn't make sense to put it in SQL because others who don't have SQL rights will be using the program.
Is it possible to update the constant in the code that holds the number of times each version of a form is used without the code having to re-write itself?
Part of what I want to incorporate into the code is a way to see which particular version of a form is used most often and based on frequency of use by our client, scan for those versions of the documents first with the least used being checked last.
Is there a way to update constants after the scan so the correct number of times used is updated?
This isn't a number I can put on an Excel tab for reasons of data being manipulated and it doesn't make sense to put it in SQL because others who don't have SQL rights will be using the program.
Is it possible to update the constant in the code that holds the number of times each version of a form is used without the code having to re-write itself?