I have a text field (CurHrs) in a linked ODBC table that I want to change to numeric. I created a query with this table and made a new field: NuCurHrs:CDbl([CurHrs]). The field looks great. I then created another query with this new field and used the Total: Sum option on the NuCurHrs. It performs the sum great except if there are any entries <1 - then I get "Invalid Use of Null". What am I doing wrong?