update + acces
Publicado por pablo (74 intervenciones) el 07/09/2007 12:22:58
hola mi problema es el siguiente:
cuando quiero actualizar los datos de mi tabla me pone " LA TABLA NO ADMITE ACTUALIZACIONES, CONSULTE CON SU PROOVEDOR DE SERVCIOS " y no se que hacer. alguien que me ayude:
tabla.movefirst
while i<> tabla.recordcount
if text1.text = tabla!idcliente then
tabla.update idcliente " AQUI FALLA AL ACTUALIZAR"
end if
i=i+1
wend
gracias
cuando quiero actualizar los datos de mi tabla me pone " LA TABLA NO ADMITE ACTUALIZACIONES, CONSULTE CON SU PROOVEDOR DE SERVCIOS " y no se que hacer. alguien que me ayude:
tabla.movefirst
while i<> tabla.recordcount
if text1.text = tabla!idcliente then
tabla.update idcliente " AQUI FALLA AL ACTUALIZAR"
end if
i=i+1
wend
gracias
Valora esta pregunta


0