Vlad,
Yes that works.. I see the code used in the frmTempPendingOrders
DoCmd.Echo False
CurrentDb.Execute "DELETE tempPending.* FROM tempPending;", dbFailOnError
CurrentDb.Execute "qryAddPendingOrderqry", dbFailOnError
Me.Requery
DoCmd.Echo True
I need to productionize this after a few...