Dave:
Thanks again.
I have various numbers in a text field - ie. 122 344, 234 666, etc. -
called [numbers]. I now have a blank numeric field called [test] in the
table.
I just want to convert all the numbers in the text field to numbers that
would populate the numeric field. Every time I run the update query, it
wipes out all the numbers in the text field. I must be doing something
wrong.
In update query, I chose the correct table, then in first row, I chose,
[numbers], the text field. In update to box I chose [test], the numeric
field. I run the query and it wipes out all date in the [numbers] field.
How do I resolve this?
Thanks much for your patience
Frank said:
I have a table in Access. It has a text field filled with numeric values.
How do I convert the text field to numeric without losing all the text data
in it that is numeric?
I appreciate any assistance.