"DATA TYPE MISS MATCH"
y mi codigo es el siguiente:
Código:
Las variables las declaro en el form en el evento loadim = thisform.text1.Value valor = im * .15 suma = im + valor no_product = thisform.list1.ListCount fech = DATE() INSERT INTO facturas (id_factura, importe, iva, total, num_productos, fecha) VALUES (idf, im, valor, suma, no_product, fech)
Espero alguien me pueda ayudar.
SALUDOS