R
Rod
I have a Combo Box based on a look up table for a percentage field. The percentage field has been set up as follows
Field Name: Percen
Data Type: Numbe
Field Size: Singl
Format: Percen
Decimal Places:
The values entered into the table are as follows
5
10
20
...
99
100
Everything here works fine. What I am having difficulty with is that when the drop down list appears, the percentage values display as
5.00
10.00
20.00
...
99.00
100.00
This may seem trivial, but is there a way to have the combo box just display the percentage values without the two decimal place? They don't appear in the field after being selected
Any suggestions?
Ro
Field Name: Percen
Data Type: Numbe
Field Size: Singl
Format: Percen
Decimal Places:
The values entered into the table are as follows
5
10
20
...
99
100
Everything here works fine. What I am having difficulty with is that when the drop down list appears, the percentage values display as
5.00
10.00
20.00
...
99.00
100.00
This may seem trivial, but is there a way to have the combo box just display the percentage values without the two decimal place? They don't appear in the field after being selected
Any suggestions?
Ro