Forms lock up

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have two simple forms... "First" and "Second". If FIRST is open, I can
open SECOND from the database window... no problem. (Then only code behind
these form are a "NewRecord" command button and a "CloseForm" button.) If
I put a cmd button on FIRST to open SECOND, the app locks up - both form
freeze. I can close a form from the task bar only (Rt Clink and close), but
then, the ACCESS application also closes. I see absolutely nothing differing
from what I've done for two or three years. What could i be missing? dd
 
David# said:
I have two simple forms... "First" and "Second". If FIRST is open,
I can open SECOND from the database window... no problem. (Then only
code behind these form are a "NewRecord" command button and a
"CloseForm" button.) If I put a cmd button on FIRST to open SECOND,
the app locks up - both form freeze. I can close a form from the
task bar only (Rt Clink and close), but then, the ACCESS application
also closes. I see absolutely nothing differing from what I've done
for two or three years. What could i be missing? dd

I've no immediate answer. What is the actual code in that button's
Click event?
 
Back
Top