P
Pawdnos
Private Sub ChargeTo_AfterUpdate()
Hello,
Help! Help! When I run this select code - suppose I select Clone from the
combo box chargeTo it puts the total on every record that exist in the
database instead of just for the selected current record. Please help. Thanks
a million.
Select Case ChargeTo
Case "Clone", "Audio"
Me.Total = ProjectTotal] + [Custom] + [Devlivery] + [CorpCost]
Case Else
Me.Total = ProjectTotal] + [Custom] + [Devlivery] End Select
Hello,
Help! Help! When I run this select code - suppose I select Clone from the
combo box chargeTo it puts the total on every record that exist in the
database instead of just for the selected current record. Please help. Thanks
a million.
Select Case ChargeTo
Case "Clone", "Audio"
Me.Total = ProjectTotal] + [Custom] + [Devlivery] + [CorpCost]
Case Else
Me.Total = ProjectTotal] + [Custom] + [Devlivery] End Select