I can't help but think that this ought to be an easy one, but I just don't know how to achieve it:
I have a linked table within my database, the source table for which contains a field called Disc%, and the values for this field are in the format #.#%, e.g. 5.0%. I need to use this number in a calculation (just as the number 5 in this example) but I am having trouble trying to convert the Text field into an integer - as the figure after the decimal is always 0, I just need to truncate the field to extract whatever comes before the decimal point as a number.
Since I do not have control over the source table I am hoping I can do this in Access - preferably via a link specification, but if not then perhaps via a make-table query as the data needs slimming down anyway. All advice gratefully received!
I have a linked table within my database, the source table for which contains a field called Disc%, and the values for this field are in the format #.#%, e.g. 5.0%. I need to use this number in a calculation (just as the number 5 in this example) but I am having trouble trying to convert the Text field into an integer - as the figure after the decimal is always 0, I just need to truncate the field to extract whatever comes before the decimal point as a number.
Since I do not have control over the source table I am hoping I can do this in Access - preferably via a link specification, but if not then perhaps via a make-table query as the data needs slimming down anyway. All advice gratefully received!