Hi,
As the user name states I am new at vba for access. I just need some help with a line or 2 of code let me display it first then explain what I need it to do
Private Sub_Report_Open
Dim AnyText As String
If [Remarks TX] ="AnyText" Then
[IWC WC NM1] = Null
Else Cancel
End If
End Sub
I...