M
MikeC
I'm having a problem with a bound combo box control in a form.
The data type of the underlying field is defined as long integer in the
table. The Format property = "Fixed". The field displays as expected when
viewed from the table.
The Format property of the combo box control is set to "Fixed" and the
Decimal Places property is set to 0.
Despite the above, the number that displays in the combo box always displays
with a decimal point followed by 2 zeroes. Example:
1234 displays as 1234.00
I even modified the query that I'm using as the rowsource so that the
field's Format property is "Fixed" and Decimal Places = 0, but this change
made no difference. Incidentally, the field displayed just fine in the
query both before *and* after this change.
I have deleted and re-created the combo box.
I have compacted and repaired the AXP database.
I have decompiled and recompiled.
I have even changed the Decimal Places property to Auto to allow Access an
opportunity to resolve the issue on its own. This idea also failed.
I have run out of ideas.
The combo box continues to display decimals. Has anyone else experienced
this issue or know a solution?
The data type of the underlying field is defined as long integer in the
table. The Format property = "Fixed". The field displays as expected when
viewed from the table.
The Format property of the combo box control is set to "Fixed" and the
Decimal Places property is set to 0.
Despite the above, the number that displays in the combo box always displays
with a decimal point followed by 2 zeroes. Example:
1234 displays as 1234.00
I even modified the query that I'm using as the rowsource so that the
field's Format property is "Fixed" and Decimal Places = 0, but this change
made no difference. Incidentally, the field displayed just fine in the
query both before *and* after this change.
I have deleted and re-created the combo box.
I have compacted and repaired the AXP database.
I have decompiled and recompiled.
I have even changed the Decimal Places property to Auto to allow Access an
opportunity to resolve the issue on its own. This idea also failed.
I have run out of ideas.
The combo box continues to display decimals. Has anyone else experienced
this issue or know a solution?