Hello all
Below is some code. This is the only way i know how to say what i want to happen. Could someone please re-code this so that it works please.
Private Sub Postcode_LostFo cus()
If Me.Postcode = Table!tblSales! PostcodeAnd Date >= Table!tblSales! DateOfVisit + 30 Then
Me.lblOutstandi ng.Visible = True
End If
End Sub
Kindest Regards
Wayne
Below is some code. This is the only way i know how to say what i want to happen. Could someone please re-code this so that it works please.
Private Sub Postcode_LostFo cus()
If Me.Postcode = Table!tblSales! PostcodeAnd Date >= Table!tblSales! DateOfVisit + 30 Then
Me.lblOutstandi ng.Visible = True
End If
End Sub
Kindest Regards
Wayne
Comment