A
astro
I have a form with a combo box - if a selection is not found in the combo
box I display a message "not found" and return focus to the form.
However -- all the controls do a 'hop' up and the top 10% of the form
disappears above the title bar. If I then resize the form I can get that
top portion in view again. This hop only happens after the first time a
typed in value is not found.. I've removed the msgbox code and still get
the same behavior. The form resize event is NOT firing.
If a match is found the form does not 'shrink' upwards.
What is causing access to do this? There is no resizing code in the form.
Anyone see this behavior? Anyone know what is going on?
box I display a message "not found" and return focus to the form.
However -- all the controls do a 'hop' up and the top 10% of the form
disappears above the title bar. If I then resize the form I can get that
top portion in view again. This hop only happens after the first time a
typed in value is not found.. I've removed the msgbox code and still get
the same behavior. The form resize event is NOT firing.
If a match is found the form does not 'shrink' upwards.
What is causing access to do this? There is no resizing code in the form.
Anyone see this behavior? Anyone know what is going on?