- May 16, 2003
- 431
- 0
- 76
The dates have already been entered in the format "09/21/04" and I need to filter the records by month. Once I have more records, I will also need to filter by month and year. I want to return only those records within a specific month and year, so I'm looking to do more than sort them.
I have thought of making a textbox that uses the current date record as its data source and then displayng only the month in that textbox. That works, but I don't know how to filter or sort on the basis of what displayed as text instead of the underlying records.
If I could take what is displayed as text in that box and have it automatically entered into a new category called "month" then I would be able to filter just that category.
I should have set up different categories for date and year, but I have already entered many records and I don't want to go back and re-enter them to do that.
I know some VB, but don't generally program or work with Access.
I have thought of making a textbox that uses the current date record as its data source and then displayng only the month in that textbox. That works, but I don't know how to filter or sort on the basis of what displayed as text instead of the underlying records.
If I could take what is displayed as text in that box and have it automatically entered into a new category called "month" then I would be able to filter just that category.
I should have set up different categories for date and year, but I have already entered many records and I don't want to go back and re-enter them to do that.
I know some VB, but don't generally program or work with Access.
