Access 2007
I want to add a date to a column in a table which contains dates only from another table which contains 1 date only. I am trying to use the following sql statement but I am getting a syntax error
INSERT INTO (([Arrears Frequency - Date] ( Date_Range ))
(SELECT RunDate.RunDate FROM [Arrears Frequency - Date], RunDate
)
I am still a newbie on access. Any help will be much appreciated
Thank you
Kesh
I want to add a date to a column in a table which contains dates only from another table which contains 1 date only. I am trying to use the following sql statement but I am getting a syntax error
INSERT INTO (([Arrears Frequency - Date] ( Date_Range ))
(SELECT RunDate.RunDate FROM [Arrears Frequency - Date], RunDate
I am still a newbie on access. Any help will be much appreciated
Thank you
Kesh