Change data type of an existing field using a Macro

M

magaly

I am wanting to change the data type of a field in an
exisiting table using a Macro. Any help would be greatly
appreciated!

-M
 
K

Ken Snell

I don't believe you can do this. In fact, the way it's done by ACCESS is to
create a new field in the table (the new field has the desired format), then
copy the data from the old field into the new field, then delete the old
field, and then move the new field back to where the old field was in the
field order.

This can be done by VBA if needed, but is there a reason why you can't just
do it manually?

What is the activity that you need to automate?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top