Good morning,
I have a table “Operations” with :
- ID (integer)
- Operation (text)
- Date (date)
I create a basic query with user input :
SELECT * FROM “Operations” WHERE “Date” = :EnterDate
The user enters the exact date and gets the respective operations of the day.
Instead of the users typing for the date, I would like the input to be a dropdown based on the dates in the “Operations” table : When the query is called, the user selects the date from the dropdown.
Is it possible ? If not possible with a query, can I do it at the report level ?
The final purpose is this one : the user will extract a report of the different operations for a selected date and will print it.
I hope it is clear. Thank you for your help.
Hobbit
- OS : Ubuntu 18.04
- LO : 6.2.3.2
- DB : HSQLDB