I am trying to use the code below to determine profit margin, However, I want the sum to show as a percent in the table and Form. Please Help!
Me.Margin = (Me.Quote_Amount - Me.Cost) / Me.Cost / 100
This is returning a "0" in the field
Me.Margin = (Me.Quote_Amount - Me.Cost) / Me.Cost / 100
This is returning a "0" in the field