Hello All,
I have been building a quote calculator and have the following statement:
PlacesTotal = PaidPlaces * Session("QC_HalfBoard")
Where Session("QC_HalfBoard") contains the half board price.
For some reason the total generated is slightly higher then it should be.
For example
21 places @ £635 = £13,333.33
Where as it should = £13,125
Can anyone suggest any reason for this?
Thanks in advance.
Alex
I have been building a quote calculator and have the following statement:
PlacesTotal = PaidPlaces * Session("QC_HalfBoard")
Where Session("QC_HalfBoard") contains the half board price.
For some reason the total generated is slightly higher then it should be.
For example
21 places @ £635 = £13,333.33
Where as it should = £13,125
Can anyone suggest any reason for this?
Thanks in advance.
Alex
Comment