Access 2003 - Date Query

philb99

Active Member
Joined
Feb 3, 2014
Messages
385
Office Version
  1. 2010
Platform
  1. Windows
Hi - I have been using on a Query for a while where the date(in text) is 23/03/2012. Unfortunately a process has changed the date (in text) to 23/Jun/2018.

Therefore when I use my Query Like "*06/2018" it brings nothing back I have tried all kinds of variations (trying to return all entries from 1-30 June

Can anyone help please
 

Excel Facts

Excel Can Read to You
Customize Quick Access Toolbar. From All Commands, add Speak Cells or Speak Cells on Enter to QAT. Select cells. Press Speak Cells.
Sorry meant to advise that I have 1m rows of data with variable dates.
 
Upvote 0
Use the format function to get the correct format? Then use MonthName in abbreviated mode. Format below is for abbreviated
Code:
format([field],"dd/mmm/yyyy")

Hi - I have been using on a Query for a while where the date(in text) is 23/03/2012. Unfortunately a process has changed the date (in text) to 23/Jun/2018.

Therefore when I use my Query Like "*06/2018" it brings nothing back I have tried all kinds of variations (trying to return all entries from 1-30 June

Can anyone help please
 
Last edited:
Upvote 0

Forum statistics

Threads
1,214,516
Messages
6,119,980
Members
448,934
Latest member
audette89

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