Access Access Database Question

Joined
Mar 20, 2009
Messages
1
Reaction score
0
Hi All!

I need to set a reminder within my Access database so everytime I open it a message will pop up.

I have a table that contains different contracts that I need to be remind 3 months before the expiration date.

any help will be greatly appeciated.
 
Hi,

On a Form Load you can run a procedure which will scan through the relevant table finding your criteria and populate a temporary table base on which a subform of Datasheet view can be shown with the list which u desired.

Hope u get your way out with this!

rgrds
Manohar
 
Back
Top