I have tried using a timer event to not show a form until it is fully loaded, to no avail.
I have tried using the onload, onopen but the form still displays before being fully loaded.
Code:
If CurrentProject.AllForms("FONNewEdit").IsLoaded = True Then
Me.Visible = True
Me.TimerInterval = 0
End If
I have tried using the onload, onopen but the form still displays before being fully loaded.