Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Problem w/field type change in query

Status
Not open for further replies.

elaineva

Programmer
Nov 14, 2002
35
US
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 &quot;Invalid Use of Null&quot;. What am I doing wrong?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top