Anyone able to help please?
I’ve got an app underway with a table called expense table(Expense item, Amount, Month). I want to display the list on a screen and filter by month(month is a relationship table with expense though).
To be clearer, I am trying to achieve some kinda SQL statement like:
Select * from expense_table where Month=“currentmonth”