How can you create a field in a table that contains the year, but changes dynamically with the turn of the calendar? I've tried the now() function and that doesn't seem to work.
The premise of this is that I have a separate table that contains a year and a salary value, in the table I'm trying to get the dynamic year field in each row is a record of a worker and I want to pull over the salary for them based on the data in other table dependent on the year field.
The premise of this is that I have a separate table that contains a year and a salary value, in the table I'm trying to get the dynamic year field in each row is a record of a worker and I want to pull over the salary for them based on the data in other table dependent on the year field.