Hi Everyone,
I have a table called table1 and two text fields col1, col2. col1's nullable property is true, and col2's is false. I have succeeded in using jet sql:
ALTER TABLE table1 ALTER COLUMN col1 text(50) NOT NULL
to change col1's nullable property from true to false. However, when I...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.