Table A has a Date/Time field and a field with a bunch of measurements. Table B has a Date/Time field and bunch of other miscellaneous fields. I want to create a query that includes the measurement values from Table A where the Date/Time field is closest to that of Table B, but not greater. Also, sometimes the values are equal and I want those measurement values too. Any ideas?