Recalc Prob Set Focus to First Record

  • Thread starter Thread starter AM
  • Start date Start date
A

AM

I have two Calculated Control on SubForm (continous)

1. TotDebit (shows sum of debit field)
2.TotCredit (shows Sum of credit field)

In debit keydown event I have routene that if User press T then I will set
dibit field to Net of totdebit & totcredit.

I my previous access 97 mdb its going fine.

Now I have acc3ss 2003 project having dao recordset set to its recordset
property.

If now I press T the form set focus to first record & set the debit field of
first record. I have many snerios like that Why it goes to first Record or
any other way to reclac calculated controls.

Please Help

AM
 
Back
Top