Alle andre steder hedder det substring eller bare substr i vb access hedder det alstå mid. Den tager en delstreng af en anden streng. Jeg tror, ifølge syntaxen, at du bare kan nøjes med 3-tallet og droppe sidste parameter:
In Access, the Mid function extracts a substring from a string (starting at any position).
Start_position indicates the position in the string that you will begin extracting from. The first position in the string is 1.
Number_of_characters indicates the number of characters that you wish to extract. If you omit this parameter, the Mid function will return all characters after the start_position.
For example:
Mid ("Tech on the Net", 1, 4) would return "Tech" Mid ("Alphabet", 5, 2) would return "ab" Mid ("Alphabet", 5) would return "abet"
Synes godt om
Ny brugerNybegynder
Din løsning...
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.