Hi experts, I have a simple table which lists the movies I've rent and the prices I paid. The amount field is formatted as Currency - Euro on the table level.
I've made a simple bound form with a list box that has three possible values, entered manually as a value list (this is also a validation rule on the table itself, because the field will have only one of those values on every record).
When I use it to save records, the field is populated just fine, however when I view an already saved record, it doesn't show me the amount of that record selected on the list box. It just shows the list with nothing selected
can anyone help? the combobox above it works as it should be