Trying to change the field size of Field1 in backend table flkpTable1 to 32. This statement gives me an error can't find table or constraint. Because it is a backend table I believe there must be another way to reference it though nothing I've tried works. Is there a way to use this with a backend table? Thanks.
DoCmd.RunSQL "ALTER TABLE flkpTable1 ALTER COLUMN Field1 TEXT(32);
DoCmd.RunSQL "ALTER TABLE flkpTable1 ALTER COLUMN Field1 TEXT(32);