R
ras
My table was created using design mode and has a lookup table.
I now need to remove the lookup table using VBA
ie
docmd.runsql "ALTER TABLE mytable COLUMN myfield DROP LOOKUP"
I have been unable to find any documentation on how to do this but any
suggestions would be appreciated.
I now need to remove the lookup table using VBA
ie
docmd.runsql "ALTER TABLE mytable COLUMN myfield DROP LOOKUP"
I have been unable to find any documentation on how to do this but any
suggestions would be appreciated.