labbadabba
Registered User.
- Local time
- Today, 12:08
- Joined
- Nov 16, 2005
- Messages
- 19
I'm performing a DSum on a subquery that adds up percentages for different customer types. Whenever the percentage is changed the DSum needs to reflect that so the person doing the data entry knows that all the percentages add up to 100.0%. I set up a requery macro for this function. This worked fine until I started doing sample entries. It wouldn't let me put in a decimal point. So I went into Visual Basic but I think my code is bad:
Private Sub Mix_Percentage_Change()
Queries!QRY_Customer_Mix_Form_UserSubForm![Customer_Mix].Requery
End Sub
Help??
Private Sub Mix_Percentage_Change()
Queries!QRY_Customer_Mix_Form_UserSubForm![Customer_Mix].Requery
End Sub
Help??