good evening i´ve problem with creating module in access.
I want to select every 3th row from "mytable" and create backup/copy of "mytable" and put into it this records.
I only have this query
SELECT *
FROM mytable
WHERE [TheColumn] Mod 3 = 0;
thank you for any advice