It's probably convoluted but to do a datediff to determine age, I determine age by days then divide that by 365 and then truncate the number so there are no decimals. The truncated field turns out to be a text field even though the others that were used to determine it are both numbers. Is there a way in a query to change that field from text to number? In my fly by the seat of my pants way, one solution I came up with it to do a make table query and change the type of field in the table design. Thanks.