A
Anthony Viscomi
I have the following code behind an AfterUpdate:
If Me.Front_Style.Value= "Albany" And Me.Front_Material.Value = "Maple" Then
Me.Front_.Value = "-15%"
End if
The format of the control (Front_) is set to Percentage. For some reason I
can only get 0% placed in the Front_ Control. Why?
If Me.Front_Style.Value= "Albany" And Me.Front_Material.Value = "Maple" Then
Me.Front_.Value = "-15%"
End if
The format of the control (Front_) is set to Percentage. For some reason I
can only get 0% placed in the Front_ Control. Why?