I'm teaching myself MS Access to build a database that uses data from xls which has a series of numbers that are percentages.
When I import it just converts to 0 or 1.
Any ideas why?
percentages are stored in Excel as floats from 0 to 1 and you are storing as integer in Access, so they are being coerced by rounding down to 0 or up to 1?
@chez_jay started
London Fixed Gear and Single-Speed is a community of predominantly fixed gear and single-speed cyclists in and around London, UK.
This site is supported almost exclusively by donations. Please consider donating a small amount regularly.
I'm teaching myself MS Access to build a database that uses data from xls which has a series of numbers that are percentages.
When I import it just converts to 0 or 1.
Any ideas why?