Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
[blue] If Not CurrentProject.AllForms([purple][b][i]PopupFormName[/i][/b][/purple]).IsLoaded Then
DoCmd.OpenForm "[purple][b][i]PopupFormName[/i][/b][/purple]"
End If[/blue]
Your Thoughts? . . .
Dim strTime As String
Static s As Integer
strTime = Mid(TimeValue(Now()), 4, 2)
If strTime = "09" And s = 0 Then
MsgBox "Now"
s = 1
Else
s = 0
End If
[blue] If Format(TimeValue(Now()), "nn") = "00" Then
If Not CurrentProject.AllForms(PopupFormName).IsLoaded Then
DoCmd.OpenForm "PopupFormName"
End If
End If[/blue]
If Format(TimeValue(Now()), "nn") = "00" Then
If Format(Now(), "nn") = "00" Then ...
If Not CurrentProject.AllForms(PopupFormName).IsLoaded