We have this Access database in which we open an FTP file browser form to process Excel data files.
So we import the excel file and then check the data for quality. During one of the QC steps, it highlights any non-conforming values and allows us to select valid values that we can choose from.
One of the columns of data contains a monthly range (e.g. 1-2 months, 3-9 months, etc.). When we attempt to replace the non-confirming monthly ranges with valid ranges, it does not work. It fails to replace the non-confirming values.
I've tried re-formatting the cells in the excel file to see if that fixes the problem. It is normally set to General format, and I tried changing it to Text format, but it didn't work. Needless to say, it's obnoxious having to change each value manually
every time this happens.
Does anyone have an idea as to what could be causing this problem and any possible (easy) solutions?