I did have pizza last night, that must have done it :o
This is the code I am using, now functional with the ##
Dim sql As String
sql = "INSERT INTO tb_Alarm_Clock (Job_Number, Due_Date, Notes, Sent) VALUES ("
sql = sql & Me.Job_Number & ", #" & DateAdd("d", -21...