Hi!
I have an access table that I built, but then I needed features in excel so I have now have a spreadsheet link to the table. The data gets entered in an access form. The problem is that when I linked the table and spreadsheet it changed "memo" fields to "text" fields and...
Okay I am probably doing something wrong, but I put this:
Option Compare Database
Private Sub Detail_Format(Cancel As Integer, FormatCount As Integer)
If Me.BENZENE = 0 Then
Me.BENZENE.Visible = False
Else
Me.BENZENE.Visible = True
End If
End Sub
and I am getting the message error...
Thanks for looking at my message and change my title to Beginning Programmer.
I have a report that has 20 fields that are chemicals. I only want to print on the report any chemical field whose value is greater than 0.
For example I may have
Benzene 2
Chlorobenzene 3
Toluene 0
Xylene 0
Aniline...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.