S
Shadow
How can I create a UNION query with DoCmd.RunSql statement in VBA?
this doesn't work for me.
PerRst = "SELECT * FROM tblInOutDoc UNION SELECT * FROM tblTempInOutDoc;"
DoCmd.RunSQL PerRst
thanks for any kind of advice/
this doesn't work for me.
PerRst = "SELECT * FROM tblInOutDoc UNION SELECT * FROM tblTempInOutDoc;"
DoCmd.RunSQL PerRst
thanks for any kind of advice/