Forms lock up

D

David#

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
 
D

Dirk Goldgar

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?
 
Top