- Local time
- Today, 20:00
- Joined
- Feb 19, 2013
- Messages
- 17,717
unfortunately that will import "" rather than a zls as does my suggestion way back when
I've been doing some research and the problem is not limited to Access or even MS - Oracle, mySQL etc all suffer from the same problem.
A solution seems to be to link to the source file then write an append query to append data using something like
I've been doing some research and the problem is not limited to Access or even MS - Oracle, mySQL etc all suffer from the same problem.
A solution seems to be to link to the source file then write an append query to append data using something like
Code:
INSERT INTO myTable SET myFld1=iif(isnull(fld1),"",fld1) FROM LinkedTable