Is it possible to set a filter to run when a form opens, based on the first value in another table?
My form displays customer orders. I want the form to open and only display customer orders from my customer_orders_table where the order_date is > a record_date in a Record_Date_Table. There is only 1 record in the Record_Date_Table.
My form displays customer orders. I want the form to open and only display customer orders from my customer_orders_table where the order_date is > a record_date in a Record_Date_Table. There is only 1 record in the Record_Date_Table.