A
Anakin Moonwalker
I have a table (named Table1) that has duplicate entries.
I then made a query that gets the unique entries of this table.
When I run:
Private Sub Command1_Click()
DoCmd.OpenQuery "Get_Unique_Entries"
End Sub
....the unique contents of Table1 get displayed in Spreadsheet View.
What do I need to add in the code above so that the contents that just got
displayed in Spreadsheet View get saved into another table (named Table2)?
I then made a query that gets the unique entries of this table.
When I run:
Private Sub Command1_Click()
DoCmd.OpenQuery "Get_Unique_Entries"
End Sub
....the unique contents of Table1 get displayed in Spreadsheet View.
What do I need to add in the code above so that the contents that just got
displayed in Spreadsheet View get saved into another table (named Table2)?