Ver Mensaje Individual
  #2 (permalink)  
Antiguo 21/05/2004, 10:03
Avatar de Myakire
Myakire
Colaborador
 
Fecha de Ingreso: enero-2002
Ubicación: Centro de la república
Mensajes: 8.849
Antigüedad: 23 años, 3 meses
Puntos: 146
No entiendo muy bien, pero tal vez con algo así se arregle:

vPS=SInt(Request("PS"))
vCM=SInt(Request("CM"))
vEX=SInt(Request("EX"))
vCS=SInt(Request("CS"))
vBL=SInt(Request("BL"))
Suma = (vPS-vCM)-(vEX+vCS) + vBL
MM_editQuery = "insert into " & MM_editTable & " (PS,CM, EX,CS, BL,Agente, result
) values (" & vPS & ","&vCM & ","&vEX & ","&vCS& ","&vBL& ","&request("Agente")& ","&suma& ","&")"

O algo así.