S
su chen
Can anybody tell me what's wrong with this code? It keeps
telling me" compile error, method or data member not found?
this is emergent! please help! FYI, I am using access
2000!
Private Sub Detail_Print(Cancel As Integer, PrintCount As
Integer)
If Not IsNull(Me!Benzene) Then
If Val(Me!Benzene) >= 0.55 Then
Me.Benzene.FontUnderline = True
Else
Me.Benzene.FontUnderline = False
End If
End If
End Sub
telling me" compile error, method or data member not found?
this is emergent! please help! FYI, I am using access
2000!
Private Sub Detail_Print(Cancel As Integer, PrintCount As
Integer)
If Not IsNull(Me!Benzene) Then
If Val(Me!Benzene) >= 0.55 Then
Me.Benzene.FontUnderline = True
Else
Me.Benzene.FontUnderline = False
End If
End If
End Sub