Convert Number Field to Text through code

aqif

Registered User.
Local time
Today, 20:33
Joined
Jul 9, 2001
Messages
158
Hi,

Is there anyway to Convert a field with Number data type to Text. In my DB the user imports a table and everytime they have to change data type of one field to Text to continue with further process. Any way to put code which runs after import and changes the data type

Cheers!
Aqif
 
Change at Table Level

Hi :)

Thanks for the reply but I am interested in changing at Table level because the value needs to updated back to table level so conversion will not help. Any ideas

Cheers!
Aqif
 
Use an update query to convert the table data with the CStr() function.
 

Users who are viewing this thread

Back
Top Bottom