S
Selçuk Kumbasar
Hi,
I have Access 2007
I have a subform with 3 fields. First one is combo box, others are
calculated.
For the first field there is an "afterupdate" event.
Private Sub Product_AfterUpdate()
[Supplier].Requery
[Unit].Requery
End Sub
It works very well...
But It seems that this code refreshes all calculated controls in all records
in the subform, not the selected record. Any help?
Thanks
I have Access 2007
I have a subform with 3 fields. First one is combo box, others are
calculated.
For the first field there is an "afterupdate" event.
Private Sub Product_AfterUpdate()
[Supplier].Requery
[Unit].Requery
End Sub
It works very well...
But It seems that this code refreshes all calculated controls in all records
in the subform, not the selected record. Any help?
Thanks