How would it be possible for me to have this code in one string.
"INSERT INTO Repairorder"+" (wrono, techno, clientname, clientno, nor1)"+" VALUES "+value( "Counter" )+"', "+"'"+Edittext$( "Tech No" )+"', "+"'"+Edittext$( "Client Name" )+"', "+"'"+Edittext$( "Client no" )+"', "+"'"+Edittext$( "Nature Of Repair" )+"');"
I want to use a counter value with other strings
