I have a table that I’m using to track instrument checkouts for a high school marching band. It pulls from two other tables (one with the student information and the other with the instrument information), but I also enter data directly into the form, namely the date the instrument was checked out. I want to automate the step of filling in the school year field when I enter the date that the instrument was checked out (see screen shot for what I want it to look like).
The formula I used is this
IF(IS_AFTER({Date Checked Out},6/3/2021), “21-22”)
but it only gave me an error.
How would I change the formula to get the result I’m looking for?
Alternatively, because the school year will only be “21-22”, I could just have that field pre-populate with that value when I create a new record, but I haven’t been able to figure out how to do that either.
I appreciate any help you can give me!
Thanks