aziz rasul
Active member
- Local time
- Today, 12:03
- Joined
- Jun 26, 2000
- Messages
- 1,935
In a table I have a numerical field called [rowcount] with
Field Size = Long Integer
Format = Standard
Decimal Places = 0
I use a query based on the table as the record source of a listbox to select some of the fields.
When I open the query, the [rowcount] column appears as it is set in the table e.g.
64,000
However in the listbox it appears as
64,000.00
How do I resolve this?
Field Size = Long Integer
Format = Standard
Decimal Places = 0
I use a query based on the table as the record source of a listbox to select some of the fields.
When I open the query, the [rowcount] column appears as it is set in the table e.g.
64,000
However in the listbox it appears as
64,000.00
How do I resolve this?