R 
		
								
				
				
			
		RickLM
I need to change existing text data in a field to number data  in access 2007
I am trying to move (or just chane) the text data from Fax2 (10 char text
all numbers, no "-", etc) to Fax3 as 10 char number.
I have Fax3 as number field but if I try to update from Fax2 (text field)
using "update Val([Fax2]} I get the cannot update due to incorrect data type
Also if I try to just change Fax2 on table from text to number all valves
are deleted.
I have just enougn VBA understanding to be danagerous. So exact/detailed
help is needed.
Thx in advance.
				
			I am trying to move (or just chane) the text data from Fax2 (10 char text
all numbers, no "-", etc) to Fax3 as 10 char number.
I have Fax3 as number field but if I try to update from Fax2 (text field)
using "update Val([Fax2]} I get the cannot update due to incorrect data type
Also if I try to just change Fax2 on table from text to number all valves
are deleted.
I have just enougn VBA understanding to be danagerous. So exact/detailed
help is needed.
Thx in advance.