G
Guest
I have a StartDate and EndDate field (in a table) for a project. I would
like to take the year out of the dates and have that go into the field
StartYear and EndYear. I can get the year out alright, my problem is even
more basic. How do I get the year back into the table?
This is what I have been trying...
SY=Year(StartDate)
Mytable.StartYear=SY
The first part works, but not the second. Thanks.
like to take the year out of the dates and have that go into the field
StartYear and EndYear. I can get the year out alright, my problem is even
more basic. How do I get the year back into the table?
This is what I have been trying...
SY=Year(StartDate)
Mytable.StartYear=SY
The first part works, but not the second. Thanks.