K korni_bg New member Local time Today, 11:41 Joined Apr 16, 2008 Messages 1 Apr 16, 2008 #1 Is it possible to write more than one SQL statement in the query like it is in the SQLServer(splited by GO) for example: select * from PDBT_FDEV GO delete from PDBT_FDEV GO .......
Is it possible to write more than one SQL statement in the query like it is in the SQLServer(splited by GO) for example: select * from PDBT_FDEV GO delete from PDBT_FDEV GO .......
FoFa Registered User. Local time Today, 05:41 Joined Jan 29, 2003 Messages 3,653 Apr 16, 2008 #2 Write different queries, run them from VBA or a macro.