Alejandro Barrero wrote:Thank you Winston; the reason I want to use "ALTER TABLE' is that I have an ORM program that creates tables for a database and I want to use it witn ACCESS.
OK, but CREATE TABLE and ALTER TABLE are different orders of function. You may well be able to do the first, but not the second - although I'd be leery of allowing
either via middleware if I was a database vendor.
Access, being a "desktop" database, has always had limitations; and I fear you may be running into one of them. ORM is
not for the faint of heart; nor for "little" databases. However, better you find out now than six months down the road.
Have you tried a "proof-of-concept" exercise with something like MySQL? That seems like a much more likely target candidate for what you want to do, and it's free (and now owned by Oracle); but I still have many concerns with the idea - and if I was your db admin, I'd need a LOT of convincing.
But that's what admins are for.
Winston