Tema: por favor
Ver Mensaje Individual
  #2 (permalink)  
Antiguo 02/06/2002, 23:08
Avatar de akela
akela
 
Fecha de Ingreso: septiembre-2000
Ubicación: Frente a la compu
Mensajes: 660
Antigüedad: 23 años, 8 meses
Puntos: 2
Re: por favor

pues segun yo es por el orden de tus instrucciones, primero debes hacer el

rst.AddNew

luego haces esto:

rst!tipo = cmbtipo.Text
rst!nombre = txtnombre.Text
rst!domicilio = txtdomicilio.Text
rst!ciudad = txtciudad.Text
rst!ocupacion = txtocupacion.Text
rst!telefono = txttelefono.Text
rst!domiciliooficina = txtdomoficina.Text
rst!cidadoficina = txtciudadofi.Text
rst!telefonooficina = txtteloficina.Text
rst!fechanacimiento = txtfechanac.Text
rst!email = txtemail.Text
rst!familiar1 = cmbfamiliar1.Text
rst!fechanac1 = cmbfecha1.Text
rst!familiar2 = cmbfamiliar2.Text
rst!fechanac2 = cmbfecha2.Text
rst!familiar3 = cmbfamiliar3.Text
rst!fechanac3 = cmbfecha3.Text
rst!familiar4 = cmbfamiliar4.Text
rst!fechanac4 = cmbfecha4.Text
rst!familiar5 = cmbfamiliar5.Text
rst!fechanac5 = cmbfecha5.Text
rst!familiar6 = cmbfamiliar6.Text
rst!fechanac6 = cmbfecha6.Text

y despuès le pones

rst.AddNew

a ver si asi