I have a combo box with 2 columns on a from and a report.
when I open the report I have some textboxes that are all formatted to currency in the property window but this one text box still shows the number like this 122 instead of this $122.
The control source for text7 is:
= [Forms]![frmPurchaseCar]![Combo15].[column](2)
and combo15 does show it as a currency and so does the table it is in. Just not the text 7 control. This value is coming from a combo box so I am thinking there is something different I need to do compared to a text box. I just am not sure what that is?
when I open the report I have some textboxes that are all formatted to currency in the property window but this one text box still shows the number like this 122 instead of this $122.
The control source for text7 is:
= [Forms]![frmPurchaseCar]![Combo15].[column](2)
and combo15 does show it as a currency and so does the table it is in. Just not the text 7 control. This value is coming from a combo box so I am thinking there is something different I need to do compared to a text box. I just am not sure what that is?