Greetings,
Two quick questions...on a form I have, I need to round both up and down on certain values (regardless of what the decimal value is). For instance, I might need 3.8 to round DOWN to 3 or 4.01 to round UP to 5.
Second question, how do I select the value to the left of the decimal (or any value for that matter). I seem to recall seeing a function that will allow you to select the values to left (or right) of a pre-determined number or character.
Example: Variable = everything left of "." So 21.925 would give you 21. Any help or hints are appreciated. Thanks
Two quick questions...on a form I have, I need to round both up and down on certain values (regardless of what the decimal value is). For instance, I might need 3.8 to round DOWN to 3 or 4.01 to round UP to 5.
Second question, how do I select the value to the left of the decimal (or any value for that matter). I seem to recall seeing a function that will allow you to select the values to left (or right) of a pre-determined number or character.
Example: Variable = everything left of "." So 21.925 would give you 21. Any help or hints are appreciated. Thanks