
09/11/2006, 15:21
|
| | Fecha de Ingreso: diciembre-2004
Mensajes: 129
Antigüedad: 20 años, 4 meses Puntos: 0 | |
"select * from tabla where id = ' " txtid.text " '"
if recorset.recordcount >0 then
msgbox'Encontrado"
else
recorset.addnew
msgbox"Nuevo"
endif
recorset!campo= texto1
recorset!campo1= texto2
.... |