Hi there,
I am making a db that will store complaints for an institution. I currently have a Complaint ID field, however I want to append the current year to the Compalitn ID field.
i tried the following:
Me.f00 = Year(Now()) & f00,
but got an error.
Any suggestions.
I am making a db that will store complaints for an institution. I currently have a Complaint ID field, however I want to append the current year to the Compalitn ID field.
i tried the following:
Me.f00 = Year(Now()) & f00,
but got an error.
Any suggestions.