Im using in a excel table a function =LEFT(C$,4) to copy a few characters from one col to another. if I try to import these file to MS ACCESS this fields are empty.
Did not find a option inside access to import the values from the excel tab correctly.
Any solution for that issue ?
Im using in a excel table a function =LEFT(C$,4) to copy a few characters
Share
MS-Access does not like formulas from other programs in a table. For that functionality you would have to import the information with out the formula and then perform an expression in a field to do the same. You can do this by adding a field to a table and then in the SQL builder use the built in functions to accomplish the “Left” feature. This would be located in the Built in functions > Text folders.