Join text & numeric field in query without losing decimal places

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I've been trying to join a text field & numberic field in a query, but every
thing I try I lose the decimal places. Can anyone help?
 
Can you post the SQL you are using?
Did you converted the number to Long, clng([fieldName]) that will remove the
decimal places.
 
I've been trying to join a text field & numberic field in a query, but every
thing I try I lose the decimal places. Can anyone help?

Combined:[TextField] & " " & Format([Numberfield],"#,#0.00")
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top