Change field type from VB

A

Ana

Hello,
I have an Access database with a table containing a decimal field wich has
these properties:
precision: 18
scale: 5
decimal places: 5

I need to change this to:
precision: 28
scale: 13
decimal places: Auto

Do any of you know how can I change this by executing a query similar to
ALTER TABLE Table1 ALTER COLUMN Field1 DECIMAL...

Thank you. Regards,
Ana
 

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