G
Guest
Hi
Based on two textfields in the same table I would like to move part of the
data from MÃ¥tt1 to the emty field MÃ¥tt2:
UPDATE MASTER SET MÃ¥tt2 = Mid("MÃ¥tt1",InStr(1,"MÃ¥tt1"," ")+1), MÃ¥tt1 =
Left("MÃ¥tt1",InStr(1,"MÃ¥tt1","x")-1);
But i get errormessage "invalid procedure call when running it.
Mattias
Based on two textfields in the same table I would like to move part of the
data from MÃ¥tt1 to the emty field MÃ¥tt2:
UPDATE MASTER SET MÃ¥tt2 = Mid("MÃ¥tt1",InStr(1,"MÃ¥tt1"," ")+1), MÃ¥tt1 =
Left("MÃ¥tt1",InStr(1,"MÃ¥tt1","x")-1);
But i get errormessage "invalid procedure call when running it.
Mattias