G Guest Nov 8, 2005 #1 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?
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?
G Guest Nov 8, 2005 #2 Can you post the SQL you are using? Did you converted the number to Long, clng([fieldName]) that will remove the decimal places.
Can you post the SQL you are using? Did you converted the number to Long, clng([fieldName]) that will remove the decimal places.
F fredg Nov 8, 2005 #3 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? Click to expand... Combined:[TextField] & " " & Format([Numberfield],"#,#0.00")
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? Click to expand... Combined:[TextField] & " " & Format([Numberfield],"#,#0.00")