Fechas

M

madritel

Buenos días;

Tengo el siguiente problema, en una tabla principal con unos registros tengo
entre otros un registro de fechas, llamado "FECHA" y en otro tengo
"ANTIGUEDAD" tambien con formato fecha.

Mi proposito era establecer una alarma titulada "PERIODO DE PRUEBA", he
generado la correspondiente macro (Msgbox) con la pretendo que lanzar un
mensaje advirtiendo que hay agentes en periodo de prueba y hay que evaluar.
Quizas mas adelante intente realizar una macro que me de el listado de
agentes en período de evaluación.


Private Sub P_P_Click()
Dim Primerafecha As Date
Dim Segundafecha As Date
Primerafecha = HISTORICO_DE_PERSONAL.[ANTIGUEDAD]
Segundafecha = DateAdd("d", 15, Primerafecha)

If FECHA = Segundafecha Then ADVERTENCIA
End

He implementado el siguiente código pero no funciona, he probado también a
escribir el comando SELECT pero me da error...

Si me pudierais hechar una mano, os estaría agradecido.

Un saludo.
jesus
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Fallo en consulta entre 2 fechas 1
Access 2000 0
zoonziiLLaaaa ! 0
63 WIIKEY FUSION Informacion 0
tarea 0
Modelo por un dìa. 0
Agroturismo 0
Access + Linked Table, some times blocked 1

Top