J
Jody
In date column, trying to take month of the cell and year of the cell
and add a "/1/" between it in Access. So date of 11/4/2005 would return
11/1/2005. I get an error code when I use this code:
Month([dbo_tblEmployees]![HireDate]) & "/1/' &
year([dbo_tblEmployees]![HireDate]).
Error message is: "expression has invalid string. String can be up to
2048 character long, including opening and closing quotation marks." Do
you have any suggestions? Thanks.
and add a "/1/" between it in Access. So date of 11/4/2005 would return
11/1/2005. I get an error code when I use this code:
Month([dbo_tblEmployees]![HireDate]) & "/1/' &
year([dbo_tblEmployees]![HireDate]).
Error message is: "expression has invalid string. String can be up to
2048 character long, including opening and closing quotation marks." Do
you have any suggestions? Thanks.