Need a little help.
I have a form named BankTransactions that has a field named ComboYear. ComboYear stores the year the user enters (such as 2025).
I am trying to build a query that strings together the date range "1/1" and then adds in the year from ComboYear from the form BankTransactions.
Not sure how to build the query correctly so that it pulls everything on 1/1/2025.
I have a form named BankTransactions that has a field named ComboYear. ComboYear stores the year the user enters (such as 2025).
I am trying to build a query that strings together the date range "1/1" and then adds in the year from ComboYear from the form BankTransactions.
Not sure how to build the query correctly so that it pulls everything on 1/1/2025.