Forms in Access

Khalil Islamzada

Registered User.
Local time
Today, 09:57
Joined
Jul 16, 2012
Messages
49
Hi everyone,

I have made an accounting database, in journal entry form I have total of Debit and total of credit, I create button for new, next, first and last record also in build event i ordered that if text26 is not equal to zero (which is different between Dr. and Credit columns), don't go to next record, but my problem is when I click button to go to last record then suddenly click next record then database stop and no keys are working.


please help me.
Khalil:banghead::banghead::banghead::banghead::banghead::banghead:
 
you need to set a breakpoint and walk the code.

can you ctrl-break into it. It is probably stuck in a loop.
 
Thanks you very much, I used the buttons ctrl+home, it worked and solved my problem, but can I solve this issue in a better way than this way????
 

Users who are viewing this thread

Back
Top Bottom