Query Help Needed!!

SV18

Board Regular
Joined
Sep 1, 2008
Messages
157
Hello Everyone,

I need a query to select only cases from my main table that have 'Todays' date in.

Obviously today will change with each day.

I've tried the date() expression but as there are times in the field too it ignores everything.

I think it needs to be something like between 'Date() time(0:00:00) and Date() time(23:59:59) but I can't get this to work.

The reason I need this is because I'm trying to create a diary function that will show the user if they have any call backs to make on the day they enter the database.

Can anyone help:confused:
 

Excel Facts

Square and cube roots
The =SQRT(25) is a square root. For a cube root, use =125^(1/3). For a fourth root, use =625^(1/4).
Why not strip out the time portion?

Then query against the result of that.:)
 
Upvote 0
I see what you mean - I'll try that and let you all know....good thinking;)
 
Upvote 0

Forum statistics

Threads
1,214,641
Messages
6,120,685
Members
448,978
Latest member
rrauni

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top