Hi
I have the following query:
from the query I am showing current winners in the game: Name, Score and winner photo (from the query above). Before playijg a new game I want to add this record to my table:Code:Dim rs3 As Recordset Set rs3 = CurrentDb.OpenRecordset("select * from users order by score desc")
How to do that?