Hi there, I am supporting a legacy app which uses MS Access 2003. My new application uses SQL 2005 Express and I would like to be able to bulk copy data into Access occasionally. Is there a command/script/way to disable and then enable constraints in MS Access just like in SQL (e.g. NOCHECK CONSTRAINT all & DISABLE TRIGGER ALL)
Thanks in advance 😎