I am trying to add a quotation mark on the end of my textbox value using this code:
=[BuildResolution] & " " "
It will not work because it thinks I am adding a string. Is there any way to do this? The value displayed in the textbox would look like 0.01"
Thanks
=[BuildResolution] & " " "
It will not work because it thinks I am adding a string. Is there any way to do this? The value displayed in the textbox would look like 0.01"
Thanks