D
DS
I need to INSERT al of the records from the SecurityHold table into the
SecurityDetails table but my syntax seems to be off. Any help apprreciated.
Thanks
DS
Dim ALLSQL As String
ALLSQL = "INSERT * INTO SecurityDetails " & _
FROM SecurityHold;"
DoCmd.RunSQL (ALLSQL)
SecurityDetails table but my syntax seems to be off. Any help apprreciated.
Thanks
DS
Dim ALLSQL As String
ALLSQL = "INSERT * INTO SecurityDetails " & _
FROM SecurityHold;"
DoCmd.RunSQL (ALLSQL)