M
Middy
Hi,
I need to make a query that looks a the time entered in one column.
then filter anything that has not past that time but include rows that
have just pasted now() within 30mins.
Presently it looks like this;
If its 11:30 and the column has rows 10:00, 11:00, 12:00, 13:00 etc the
query will return everything past 11:30 . The 10:00 and 11:00 will not
be shown.
I need this query to show 11:00 also. i.e evey thing =now()-30mins.
Hoped something like >Format(Now()"h",-0.5) would have worked, but
doesnt
Thanks for your help.
Dave
I need to make a query that looks a the time entered in one column.
then filter anything that has not past that time but include rows that
have just pasted now() within 30mins.
Presently it looks like this;
Format(=Now(),"Short Time")
If its 11:30 and the column has rows 10:00, 11:00, 12:00, 13:00 etc the
query will return everything past 11:30 . The 10:00 and 11:00 will not
be shown.
I need this query to show 11:00 also. i.e evey thing =now()-30mins.
Hoped something like >Format(Now()"h",-0.5) would have worked, but
doesnt

Thanks for your help.
Dave