Is there a way to ask for everything to the right or left of a delimeter in a query? I'm trying to break a number field that has a decimal into two different fields. For everything right of the decimal I can use (right[field],2) because I know that the numbers only go out to two decimal places. For everything left of the decimal I don't know how many numerals there are. So instead of using "right" or "left" is there a way to use the decimal as a delimeter?
Thanks, dave
Thanks, dave