I know that there is a quick way of detecting an object property and setting it to the opposite, rather than using If...Then...Else...End If.
ie
The only question is, what is it?Code:If not lblAnyThing.Visible Then lblAnyThing.Visible=True Else lblAnyThing.Visible=False End If
[Edited by gravyboy on 06-05-2000 at 09:45 AM]





Reply With Quote