shrink form - can not work in other objects

  • Thread starter Thread starter NetworkTrade
  • Start date Start date
N

NetworkTrade

Access02/03 am baffled with an opened form that prevents me from
opening/working in other objects...such as building a new query....

I need to actually close the form...everything is fine - can work in other
objects...

if the form is open I get the "bong" sound when I try to open another
object......have never seen this before and am wondering if this is
implemented via a property? don't see any vb code to invoke it...
 
Timers in forms can interfere with code in other forms.
Does this shrink form have code running in its timer event?


Jeanette Cunningham -- Melbourne Victoria Australia
 
actually it is just the popup property; forehead slap 'duh' - for some reason
the original designer has this form looking exactly like all the other forms
in size, manner, etc etc...yet has it uniquely defined as a popup.... so when
it opens you can't do anything else until it gets closed.....
 
Back
Top