Hi
I've not used Access for a while and need some help...
I'm writing code to import data from an Excel spreadsheet. The data will not necessarily be in the correct units, so the plan is to import the data to a temporary table, display all the determinands which are in the wrong units and give the user the chance to insert the conversion factor, then do the sums where required and finally copy the modified data to the input tables.
However, I get as far as displaying the determinands which need a conversion factor but the execution of the code continues to the end of the module ie the whole thing is over before the conversion factors are even entered!
I need to be able to halt execution until the form on which the user enters the conversion factors is closed.
Any ideas? TIA.
shay
I've not used Access for a while and need some help...
I'm writing code to import data from an Excel spreadsheet. The data will not necessarily be in the correct units, so the plan is to import the data to a temporary table, display all the determinands which are in the wrong units and give the user the chance to insert the conversion factor, then do the sums where required and finally copy the modified data to the input tables.
However, I get as far as displaying the determinands which need a conversion factor but the execution of the code continues to the end of the module ie the whole thing is over before the conversion factors are even entered!
I need to be able to halt execution until the form on which the user enters the conversion factors is closed.
Any ideas? TIA.
shay