Emergent help needed

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top