I have the following Sql statement which will append to a table called Times. Before it does I want to test that the value of Log.Field2 after SELECT has a greater (date) value than a field called Start in another table called DateChanges.
DoCmd.RunSQL "INSERT INTO Times ( Tel, DateLog...