My recordset contains datas as 11/2, 8/3 , 7 ,9

I am using FOR loop

I used coding in loop to convert them to decimals. But, what i want now is if there are no fractions in the recordset the data alone must be skipped.

(ie) it must convert to decimals for 11/2 and 8/3 but want to skip 7 and 9

Pls do anyone help me in this coding