L
Leo
I hate to cut and paste anything into a module or procedures without
understanding a little about how it works. I came across the following code
that I could really use.
It makes the label blink and using If/End If statements I could use it to
flash warnings and 'expired' dates.
With Label74
.ForeColor = (IIf(.ForeColor = 0, 255, 0))
End With
But I cannot find any ref in any books and not even in the Access help pages
for what is this WITH AND END WITH FUNCTIONS and what arguments go with it.
Perhaps I don's know where to look for!
Any help will be greatly appreciated.
Thanks
Leo
understanding a little about how it works. I came across the following code
that I could really use.
It makes the label blink and using If/End If statements I could use it to
flash warnings and 'expired' dates.
With Label74
.ForeColor = (IIf(.ForeColor = 0, 255, 0))
End With
But I cannot find any ref in any books and not even in the Access help pages
for what is this WITH AND END WITH FUNCTIONS and what arguments go with it.
Perhaps I don's know where to look for!
Any help will be greatly appreciated.
Thanks
Leo