I know I've seen somewhere a way to format a string. Right now I have (for example) MyString = "Total: " & MyTotal
However, MyTotal is showing up as 13.2345634545E02, where I'd just like it to show up as $0.13. Thanks in advance for helping out with such an easy question!
Also..
Does anyone know how to resize a label on a form to Fit, programmatically? You know, in the IDE, Format > Size > To Fit. Thanks again!
However, MyTotal is showing up as 13.2345634545E02, where I'd just like it to show up as $0.13. Thanks in advance for helping out with such an easy question!
Also..
Does anyone know how to resize a label on a form to Fit, programmatically? You know, in the IDE, Format > Size > To Fit. Thanks again!