I'm using ADO, SQL, etc, to lnk Excel and Access. I've been running my queries, using .GetRows to the variant type, etc...
I'm sure that the variant array created by .GetRows contains all the right values, because I used message boxes. For instance, in a certain place field that stores singles, i'm sure that the RecordSet/Array is returned as .05... I messaged by the variable right before it pastes and it says .05, but, once i paste it, it now reads .04996749 or something along those lines... I know about the floating point to binary conversion problems, but I still don't know how to fix it...
Just to reiterate, the problem is that the SQL queries are returning the right numbers, but only when I paste it does the floating point problem come into effect...
Thanks,
Viggy