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.
Private Sub Command32_Click()
For qryQuery1 = 1 To 99
If Len(Me!txtBookReview & "") > 0 Then
DoCmd.RunCommand acCmdSpelling
Else
Exit Sub
End If
Next qryQuery1
End Sub