I figured out a neat trick. I tried using ALTER TABLE <table> ALTER COLUMN <column> approach, but I couldn't do it because the table was linked, and Access wouldn't allow me to alter the properties of a linked table. However, I happened to discover that if I try to insert a new record in code...