This isn't a problem just a question out of curiosity
why doesn't this throw an error
If Me.GenericForm.Visible = True Then Me.GenericForm.Visible = False
whereas this demands an End if
If Me.GenericForm.Visible = True Then
Me.GenericForm.Visible = False
How odd.
SmallTime
why doesn't this throw an error
If Me.GenericForm.Visible = True Then Me.GenericForm.Visible = False
whereas this demands an End if
If Me.GenericForm.Visible = True Then
Me.GenericForm.Visible = False
How odd.
SmallTime