Hello everyone,
I want your help on this subject.
The context :
I am working on a finance tracker.
I have one database which contains the salary, and I have grouped it by month. So I have October, September .. with the salary associated.
I have a category table which presents the categories by month. And I can select which salary needs to be use as there is a relation property between those tables.
The actual situation:
Today, When I select a salary, all the salaries of the table salary are proposed.
The problem:
I want to create a sort of if condition that automatically uses only the salary related to the month.
I would appreciate your help on this.
Thank you !!!