speakers_86
Registered User.
- Local time
- Today, 05:21
- Joined
- May 17, 2007
- Messages
- 1,919
I hate to post this. Ive fixed this problem many times already, but I cant seem to get this working. Since I am getting better in access, Ive been trying not to put stupid questions here. 
The is open check works in other similar instances of code. So that shouldnt be the problem. On close, nothing happens. No requery, no error.

Code:
Private Sub Form_Close()
If IsfrmworkordersaccountsreceivableOpen("frmworkordersaccountsreceivable") = True Then
Me.Refresh
[Forms]![frmworkordersaccountsreceivable]![subNotes].Form.Requery
End If
End Sub
The is open check works in other similar instances of code. So that shouldnt be the problem. On close, nothing happens. No requery, no error.