![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]()
Hi
I have been customising a Contact form. I have 3 currency number fields. "mxzVehiclePurchasePrice" + "mxzWarrantyCost" = "mxzVehicleCostTotal" . If "mxzWarrantyCost" changes its value I want to set "mxzVehicleCostTotal" to 0.00. I have had to make it that "mxzVehicleCostTotal" is initially reset to 0 if the warranty field is altered. Otherwise "mxzVehicleCostTotal" doesn't total correctly. This is fine when you go Tools, Forms, Choose Form and then select the form that way. If a user tries to open up a contact and edit their record “mxzVehicleCostTotal" is not set to 0.00. Why, Please? Sub Item_CustomPropertyChange(ByVal Name) ' mxz variables If Name = "mxzWarrantyCost" Then Item.UserProperties("mxzVehicleCostTotal").Value = 0.00 Item.UserProperties("mxzVehicleCostTotal").Value = _ Item.UserProperties("mxzVehiclePurchasePrice").Val ue + _ Item.UserProperties("mxzWarrantyCost").Value End If End Sub Thank you -- Thank You in Advance, Michael Anderson |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
OL2003 - can you auto-fill a singel new contact form with online form data | TimR | Outlook - Using Contacts | 1 | February 15th 06 02:43 PM |
Contact Names not labelled properly | - AJS | Outlook - Using Contacts | 1 | February 10th 06 10:24 PM |
image in a contact form | sjwill56 | Outlook - Using Contacts | 1 | January 19th 06 10:01 PM |
new field in contact form | Adrica | Outlook - Using Contacts | 1 | January 15th 06 06:06 PM |
Free/Busy info not being published - HELP! | Capt_Ron | Outlook - Calandaring | 0 | January 12th 06 06:10 PM |