how do I change the text box properties in VB if the value of a field is a certain number (ie. less than zero, 0 or more than zero? I have used the IIf ([Fieldname], "true", false" but this only displays two results. I have a little knowledge of VBA but don't know how to refer to fields within a report. would it be something like
If Report!myfield = 0 Then
Report!Reportname.textbox = "days before"
Else IF ......
Report!....
Esle
Report!...
End If
regards Lamaar75@hotmail.com
If Report!myfield = 0 Then
Report!Reportname.textbox = "days before"
Else IF ......
Report!....
Esle
Report!...
End If
regards Lamaar75@hotmail.com