When importing a spreadsheet from Excel, I want to pull in all information as long as a particular cell is not blank. For example, if cell B16 is blank, I want NO information from row16 to be imported. Is there a way to do this? Kevin
For a host of multitudes of reasons, I (almost) always do 'imports' into temporary tables. I make ALL of the fields text, so everthing will get imported. Then, I set up 'validation' through a set of queries, in most instances, these simply move any offending records into a seperate table, for additional processing (some manual review, some return to sender, some filter unwanted records). After the temporary table has been 'cleaned', I append the remaining records to the (real) target table. This general approcah should do what you want.
MichaelRed
mred@duvallgroup.com
There is never time to do it right but there is always time to do it over
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.