I can't figure it out.
This is to show (or hide) an image in a report section. Uh, I mean that's what it's supposed to do!
I can't figure it out.
This is to show (or hide) an image in a report section. Uh, I mean that's what it's supposed to do!
Bryan,
Not the smartest critter on the glacier. . .
. . .but I'm persistent (does that count?)

This month, every Windows Secrets subscriber can download a one-chapter excerpt of Windows 7: The Missing Manual.Windows 7: The Missing Manual provides valuable information to help you overcome these difficulties in learning a new operating system. Subscribe today to download your free excerpt.
If IsNull([txtTeamAssign]) Then
Or even
Private Sub Detail_Format(Cancel As Integer, FormatCount as Integer)
Me.imgWarrior.Visible = IsNull(Me.txtTeamAssign)
End Sub
st3333ve,
Thanks for the input!
I went with Han's solution - I'm a two finger typist <img src=/S/grin.gif border=0 alt=grin width=15 height=15>
Bryan,
Not the smartest critter on the glacier. . .
. . .but I'm persistent (does that count?)
Hans,
Ah. . .the beauty of simplicity!!
Thanks Hans!
Bryan,
Not the smartest critter on the glacier. . .
. . .but I'm persistent (does that count?)