Creating a date / time reminder

DasT

New Member
Joined
Sep 7, 2004
Messages
29
I am currently creating an access database in which i need the database to show a reminder on a set date within different records in the database (i.e. there will be roughly 50 records, each with a due date) Is is possible to make access show a message box, or otherwise some kind of reminder on the set date? and if possible a set time as well?

thanks for your help
 

Excel Facts

Test for Multiple Conditions in IF?
Use AND(test, test, test, test) or OR(test, test, test, ...) as the logical_test argument of IF.
I now know how to make a message box appear ^_^ (a bit premature on the post)

Code:
If db2.[Form_Company contacts1].Action_Date = Date Then
MsgBox ("hello")
End If

End Sub

pretty simple now i think about it, but i now need to know if its possible to make the message box show something other than a simple piece of text, e.g. a column in one of the records, which will show specific instruction in text, and also how this would work if the DB was constantly open, rather than only showing the message when opened.

sorry if i havn't explained very well, access newbie :biggrin:

thanks for any help
 
Upvote 0

Forum statistics

Threads
1,221,816
Messages
6,162,149
Members
451,746
Latest member
samwalrus

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top