Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

changing datatype

Status
Not open for further replies.

rjumelet

Programmer
Joined
Jul 5, 2002
Messages
5
Location
NL
I've imported a dbf-file in Access 2000. And I want to change the column datatype from text to numeric.
What code of VBA can I use.
 
It is probably safer to create a new field based on the old field, setting the datatype of the new field to what you want and copy the data into this new field - this way you do not lose the original data
Simon
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top