16. april 2002 - 11:16Der er
27 kommentarer og 1 løsning
eksport forspørgelse korter teksten af
Jeg laver en eksport til excel på bagrund af en forspørgelse ,men mit problem er at jeg har et notat felt , og det korte forspg. teksten af . hvordan undgår jeg det.
Have you tried exporting to a text file? If so, do you hav ethe same problem there? Am I right in saying that you only get the first 255 characters? How many characters MAX do you expect in your MEMO. Well all that I can think of is split it up into further columns! You could use the MID function to do this.
you could use the mid() function to split it up but as you dont know how many characters to expect then you dont know how many extra columns you will have!
HAVE you tried exporting to a text file to see how many characters you get there?
so you see, there is a limit to exporting so many characters!
You WILL have to split your memo field up! So I suggest that you take for example 10 columns at 255 characters in each using MID() Another way is to write each record to a file, but STILL a memo field can hold a hell of a lot of data!
Jeg tror ikke det er Access's skyld at eksporten ikke virker, da excel garanteret har en begrænsning af karaterer i et felt, så der skal nok bruges et andet program til katalog beskrivelserne.
juks>I just find it hard to believe that it IS necessary to have SO MUCH data in one field! and Excel isnt really designed for this in the first place thats what databases are for! Do you have access to MS SQL Server too? If so you could use DTS to export from Access but I just DO NOT think that Excel can accept so much in one field!
terry , så ville man også kunne eksportere det i en txt-fil ik ? nej jeg har ikke sql, desværre, men det ville jo heller ikke hjælpe så meget da jeg ikke kan se mere 255 i en forspørgelse ?
not sure which quesion this is in answer to "så ville man også kunne eksportere det i en txt-fil ik ?" ! Juks>I am sorry to say that I dont think your going to get much closer to an answer than those given already
Tilladte BB-code-tags: [b]fed[/b] [i]kursiv[/i] [u]understreget[/u] Web- og emailadresser omdannes automatisk til links. Der sættes "nofollow" på alle links.