Since 4/5/2012 6:41:59 AM, brettmanning24 has written 2 articles and participated in 0 conversations. brettmanning24 signature: brettmanning24
brettmanning24's articles:
Items(2) /1
Remove Decmial Point in Amount5683 (2/8/2010 11:00:12 AM) comp.lang.rexx Hello, Please can someone let me know if it is possible to remove the decimal point in an amount using a function? i.e. replace 340.23 to 34023 replace 103456.23 to 10245623. Thanks, Brett ... TyreDude
Get Grandtotal in VB117 (12/10/2008 1:39:28 PM) comp.lang.basic.visual.misc Hello, What command can I use in VB to add up the numbers of items. For example I want a grand total of all blue shoes. So far I have: Function TotalBlue() Dim BlueItem Dim BlueTotal If Field.A = "Blue" T... brettmanning24