G
Guest
I have the following code in a form. The problem that I have discovered is
that the requery loops until I press escape.
Can anyone shed any light on what I have not done correctly?
Thanks,
Ray.
Private Sub Form_AfterUpdate()
Forms!frmDEFENDANTSmain!frmPAYMENTSscreen.Form.Requery
If Forms!frmDEFENDANTSmain.RemainingBalance > 4.99 Then
Call BalanceReceiptLtr
Else
Call ReceiptLtr
End If
End Sub
that the requery loops until I press escape.
Can anyone shed any light on what I have not done correctly?
Thanks,
Ray.
Private Sub Form_AfterUpdate()
Forms!frmDEFENDANTSmain!frmPAYMENTSscreen.Form.Requery
If Forms!frmDEFENDANTSmain.RemainingBalance > 4.99 Then
Call BalanceReceiptLtr
Else
Call ReceiptLtr
End If
End Sub