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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

format a column in a pass through query

Status
Not open for further replies.

Beantree

Programmer
Feb 27, 2001
95
US
Does anyone know how to format a column in a pass through query?

I am using a pass through to Oracle, and numeric fields are being returned as text in the query result window.

I have tried multiplying the field by 1, and using the to_number oracle function on the field in the SQL.

Nothing works, Access returns the numeric data as text.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top