(Edited by Francois on 19-Jan-05 19:04. add listbox comment)
What if you use :
sSQL = “Insert Into [tbl_Date] Select [tbl_500 – Data].[Pay Date] FROM [tbl_500 – Data]”
If lst_Cutoff_Dates is a listbox you can’t set his rowsource to a Insert SQL statement. You have to use a Select statement