I'm trying to convert some code from Java to MS Access. The code I'm using as an example (came from a web page) includes a calculation where a number is multiplied by 1#, like this
StartHr * 1#
What does the 1# do, just multiply it by one? Or does it ensure that it's a positive answer, or...