Hi I have a small task I've been scratching my head over and thought it best to start from scratch.
I have a table with a date field, data type is date.
The problem is I want to sort it by month, however if I sort by asc or desc is does it by year. I created a new table that fills in a date field by a query. This fields data type is a text field. I want to strip out all " / ".
so the data in the field is 9/25/2006. I want to trim out the / starting from the right.
I tried opening a form that did a record set, and went through each record and trimmed the / out, but that didn't work.
Am I making this more complex than needed. Any suggestions on how I can trim out the / so the data is changed from 9/25/2006 or 09/25/2006 to 9252006
Thanks for your any help in advance.
Thanks
Janet
I have a table with a date field, data type is date.
The problem is I want to sort it by month, however if I sort by asc or desc is does it by year. I created a new table that fills in a date field by a query. This fields data type is a text field. I want to strip out all " / ".
so the data in the field is 9/25/2006. I want to trim out the / starting from the right.
I tried opening a form that did a record set, and went through each record and trimmed the / out, but that didn't work.
Am I making this more complex than needed. Any suggestions on how I can trim out the / so the data is changed from 9/25/2006 or 09/25/2006 to 9252006
Thanks for your any help in advance.
Thanks
Janet