D
Dave Elliott
This code does not close the form BlankChecks, Why?
Private Sub Label146_Click()
Dim stDocName As String
Dim stLinkCriteria As String
stDocName = "BlankChecksnotposted"
DoCmd.OpenForm stDocName, , , stLinkCriteria
DoCmd.Close acForm, "BlankChecks"
End Sub
Private Sub Label146_Click()
Dim stDocName As String
Dim stLinkCriteria As String
stDocName = "BlankChecksnotposted"
DoCmd.OpenForm stDocName, , , stLinkCriteria
DoCmd.Close acForm, "BlankChecks"
End Sub