Hi guys!
I have a query, and a field (from the table I get the data) is a date/time field like: 5/12/2009 15:50
I want to create another field in my query that has only the date part. I struggled with some date functions but I didn't succeed.
I want to create a combo box that shows only the unique dates:
for example if the dates/times in my table are:
- 4/12/2009 11:38
- 4/12/2009 11:45
- 5/12/2009 15:30
- 5/12/2009 15:50
I want my combo box to show only:
- 4/12/2009
- 5/12/2009
Any help will be appreciated!
I have a query, and a field (from the table I get the data) is a date/time field like: 5/12/2009 15:50
I want to create another field in my query that has only the date part. I struggled with some date functions but I didn't succeed.
I want to create a combo box that shows only the unique dates:
for example if the dates/times in my table are:
- 4/12/2009 11:38
- 4/12/2009 11:45
- 5/12/2009 15:30
- 5/12/2009 15:50
I want my combo box to show only:
- 4/12/2009
- 5/12/2009
Any help will be appreciated!