To both of you, thank you.
Yes, I do understand it, but I was a little confused at the moment :-)
I don't know why Access (both '97 and 2002) displays the result in that way...
Jens
Hi there!
Will you please try the following code, and tell me why this works:
Dim sngMin As Single
Dim sngMax As Single
Dim sngRes As Single
sngMin = 145
sngMax = 1440
sngRes = sngMin / sngMax (=0,1006944)
But not this:
sngMin = 143
sngMax = 1440
sngRes = sngMin / sngMax (=9,930556E-02)
TIA
Jens
Hi!
In an Access adp file, it's possible to make backup of the SQL database. I would like to do the same from code (VBA/VB6). I've searched the MSDN (and Google), but I haven't found anything.
Anyone here that have a solution for this? (No, the FSO doesn't work either, because the db files are...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.