Hi,
I have this form and subform.
For each record on the subform, a value has to be filled in (amount).
If you fill in a value in a textfield in the subform and then hit the tab key, or place the cursor to another field on the subform/main form, the records in the tables are updated automatically.
But, when I fill in a value in a textfield in the subform and then press a button(confirm) on the main form(with the cursor still being in the textfield in the subform), the form(together with its subform of course) is closed and the tables are not updated correctly.
I've been trying to requery, refresh or move the focus, but no luck so far.
Any help is very welcome,
Thanks in advance,
dj.
I have this form and subform.
For each record on the subform, a value has to be filled in (amount).
If you fill in a value in a textfield in the subform and then hit the tab key, or place the cursor to another field on the subform/main form, the records in the tables are updated automatically.
But, when I fill in a value in a textfield in the subform and then press a button(confirm) on the main form(with the cursor still being in the textfield in the subform), the form(together with its subform of course) is closed and the tables are not updated correctly.
I've been trying to requery, refresh or move the focus, but no luck so far.
Any help is very welcome,
Thanks in advance,
dj.