I know RunSQL is for action query but is there some kind of workaround to receive a value from a saved query ?
Surely you guys get this question often, maybe its a sign that MS should give us that darn function :)
I've made this query :
SELECT IIf(IsNull(Max(ID)),0,Max(ID))+1 AS MaxID
FROM...