T timpepu Registered User. Local time Today, 13:19 Joined Nov 6, 2009 Messages 22 Jan 15, 2010 #1 Hi ! I'm trying to import from text file like this ;000000000375000000;USD; ;000000002000000000;USD; ;000003000000000000;EUR; Why I can't get that marked as red ? Br Timo
Hi ! I'm trying to import from text file like this ;000000000375000000;USD; ;000000002000000000;USD; ;000003000000000000;EUR; Why I can't get that marked as red ? Br Timo
G Galaxiom Super Moderator Staff member Local time Tomorrow, 06:19 Joined Jan 20, 2009 Messages 12,895 Jan 15, 2010 #2 You are importing into a Long Integer field. Only the red number exceeds the capacity of this type of field. Use a Long format.
You are importing into a Long Integer field. Only the red number exceeds the capacity of this type of field. Use a Long format.