A
Alain Bourgeois
Dear all,
I am using access 2003 SP3. I have troubles showing correct records in a
subform.
I have a form x with a subform y, based on a child table t.
Subform y is continuous, user may not change/ add /delete.
I have a button on x, opening a continuous editable form FEdit based on
table t.
On a close button in FEdit , I set:
Forms!x!y.Form.Requery
However,
* updating a row: works ok
* adding a new row is not shown in subform, even after executing
Forms!x!y.Form.Requery
* deleting a row shows values in subform as #Deleted#
I also tried calling Forms!y.Requery / refresh / repaint,
forms!x!y/requery: same problem.
Does someone have the solution?
Regards,
Alain
I am using access 2003 SP3. I have troubles showing correct records in a
subform.
I have a form x with a subform y, based on a child table t.
Subform y is continuous, user may not change/ add /delete.
I have a button on x, opening a continuous editable form FEdit based on
table t.
On a close button in FEdit , I set:
Forms!x!y.Form.Requery
However,
* updating a row: works ok
* adding a new row is not shown in subform, even after executing
Forms!x!y.Form.Requery
* deleting a row shows values in subform as #Deleted#
I also tried calling Forms!y.Requery / refresh / repaint,
forms!x!y/requery: same problem.
Does someone have the solution?
Regards,
Alain