BrianE
Registered User.
- Local time
- Tomorrow, 01:23
- Joined
- Mar 6, 2008
- Messages
- 10
Hi,
I have a combo box that selects Barcodes. I have set the format to fixed, 0 decimal places, yet the Combo Box still displays 2 decimal places (.00)
I have checked the field on the table where the Barcode is called from, it is also set to Fixed, 0 decimals.
My SQL Code for the Combo Box is:
How do I fix this pesky problem?
Thanks
Brian
Pretoria
South Africa
I have a combo box that selects Barcodes. I have set the format to fixed, 0 decimal places, yet the Combo Box still displays 2 decimal places (.00)
I have checked the field on the table where the Barcode is called from, it is also set to Fixed, 0 decimals.
My SQL Code for the Combo Box is:
Code:
SELECT tblInventory.Barcode, tblInventory.[Item Code], tblInventory.[Item Description], tblInventory.Suspend
FROM tblInventory
WHERE (((tblInventory.Suspend)=No));
How do I fix this pesky problem?
Thanks
Brian
Pretoria
South Africa