L
Leslie Isaacs
Hello All
I am using A97.
I have the following code behind an option group on a form, but it doesn't
work and when I try to compile I get the message "Method or data member not
found".
Private Sub Frame4_AfterUpdate()
If [Frame4].Value = 1 Then
[frm gp bags].Filter = "[destroyed date]is null"
Else
[frm gp bags].Filter = "[destroyed date] is not null"
End If
[frm gp bags].FilterOn = True
End Sub
I can't seem to get this right, so would be very grateful if someone can
help.
Many thanks
Leslie Isacs
I am using A97.
I have the following code behind an option group on a form, but it doesn't
work and when I try to compile I get the message "Method or data member not
found".
Private Sub Frame4_AfterUpdate()
If [Frame4].Value = 1 Then
[frm gp bags].Filter = "[destroyed date]is null"
Else
[frm gp bags].Filter = "[destroyed date] is not null"
End If
[frm gp bags].FilterOn = True
End Sub
I can't seem to get this right, so would be very grateful if someone can
help.
Many thanks
Leslie Isacs