I have a month field. I also have a date field called eta.
The field is formatted as follows:
1/20/04
10/2/03
/ /
It can be a 1 or 2 digit month or just have the formatting.
I need to be able to extract the month number only, not the / if the month number is just one digit. I need to use this statement in an update query to update my month field.
How can I tell access to ignore the slash if the month is 1-9?
The field is formatted as follows:
1/20/04
10/2/03
/ /
It can be a 1 or 2 digit month or just have the formatting.
I need to be able to extract the month number only, not the / if the month number is just one digit. I need to use this statement in an update query to update my month field.
How can I tell access to ignore the slash if the month is 1-9?