I have created a combo box that displays 3 columns:
CartType, #ofowners, and CartFee.
On my form, I have created a field to hold the CartType that is selected from the combo box and a field to hold the CartFee associated with the carttype that is selected in the combo box.
I'm using the expression: =[Forms]![Members]![CartType].[Column](3) as the control source for the CartFee field on the form. This does display the money amount from the 3rd column of my combo box, but if the money amount is $125.00, it only displays it as $125. it supresses the ending zeroes. If the money amount is $125.25, it does display it correctly.
Does anyone know how I can make this display the .00?
Thank you
CarolOB
CartType, #ofowners, and CartFee.
On my form, I have created a field to hold the CartType that is selected from the combo box and a field to hold the CartFee associated with the carttype that is selected in the combo box.
I'm using the expression: =[Forms]![Members]![CartType].[Column](3) as the control source for the CartFee field on the form. This does display the money amount from the 3rd column of my combo box, but if the money amount is $125.00, it only displays it as $125. it supresses the ending zeroes. If the money amount is $125.25, it does display it correctly.
Does anyone know how I can make this display the .00?
Thank you
CarolOB