S
Silvio
I have a main form (frmCharges) with subform1 (frmChargeAddSub) and subform2
(frmBankSub).
Subform1 is used to enter new record and subform2 is used to show all the
record including the one recently entered using subform1.
The problem:
In some computer the records do show in subform2 as soon it has been entered
from subfom1 and in some other computer you need to close the mainform and
re-open it in order to see the recently entered record. That tells me that
the data is not being refreshed/requeried/recalc or whatever.
This is my code of my command button:
Forms![frmCharge]![frmBankSub].Requery
Should this line read differently?
Also, should I really use requery, refresh or Recal, or all?
Thanks you for the advice.
Silvio
(frmBankSub).
Subform1 is used to enter new record and subform2 is used to show all the
record including the one recently entered using subform1.
The problem:
In some computer the records do show in subform2 as soon it has been entered
from subfom1 and in some other computer you need to close the mainform and
re-open it in order to see the recently entered record. That tells me that
the data is not being refreshed/requeried/recalc or whatever.
This is my code of my command button:
Forms![frmCharge]![frmBankSub].Requery
Should this line read differently?
Also, should I really use requery, refresh or Recal, or all?
Thanks you for the advice.
Silvio