K
kbrad
I have currency fields set up on my table (with the correct Currency format)
which I am retrieving and displaying on a form. Despite having the format set
to currency for the text boxes on the form displaying the prices, I am still
only seeing integers.
These prices are then output to another table and displayed from there on
another form which is showing the £ and decimal point fine - any ideas why
this is happening?
I am doing the initial retrieval using a combo box then using Me.CustPrice =
cmdFieldName.Column(6) to set up the field for output to the new table. Maybe
this needs some extra formatting?
which I am retrieving and displaying on a form. Despite having the format set
to currency for the text boxes on the form displaying the prices, I am still
only seeing integers.
These prices are then output to another table and displayed from there on
another form which is showing the £ and decimal point fine - any ideas why
this is happening?
I am doing the initial retrieval using a combo box then using Me.CustPrice =
cmdFieldName.Column(6) to set up the field for output to the new table. Maybe
this needs some extra formatting?