Formulario para auditoria
Como estas mira necesito hacer un formulario de auditoria usando una tabla que voy a guardar una vez que accese al sistema en el formu de acceso esta es la progra que tengo para accesar
If Option1.Visible = True Then
If Text2.Text = Adodc2.Recordset!Password Then
MsgBox "Bienvenido Docente " & Text3.Text
Text1.Text = !Nomb
Text
Bienvenida.Show
Unload Me
End If
If Option2.Visible = True Then
If Text2.Text = Adodc1.Recordset!Password Then
MsgBox "Bienvenido Docente " & Text1.Text
Adodc3.Recordset.AddNew
Bienvenida.Show
Unload Me
Else
MsgBox "Usuario Invalido"
End If
End If
End If
El acceso ya lo hace pero necesito guardar la info que tiene el formulario como usuario, fecha, hora y tipo de usuario pero no lo se hacer.
If Option1.Visible = True Then
If Text2.Text = Adodc2.Recordset!Password Then
MsgBox "Bienvenido Docente " & Text3.Text
Text1.Text = !Nomb
Text
Bienvenida.Show
Unload Me
End If
If Option2.Visible = True Then
If Text2.Text = Adodc1.Recordset!Password Then
MsgBox "Bienvenido Docente " & Text1.Text
Adodc3.Recordset.AddNew
Bienvenida.Show
Unload Me
Else
MsgBox "Usuario Invalido"
End If
End If
End If
El acceso ya lo hace pero necesito guardar la info que tiene el formulario como usuario, fecha, hora y tipo de usuario pero no lo se hacer.
1 Respuesta
Respuesta de manusoftar
1