Okay, in our database we have a table with a ValidTimeStateFieldType value of ‘Date’ in the table’s properties. So in this table, it has a ValidTo and ValidFrom date that will filter automatically based on the date, so if the values are outside the current date, the record will not show up on the grid on my form. If I manually update the ValidTo date on the record in the table so it is greater than today’s date, it will then show up in my grid.
I’ve looked online and found stuff related to report queries, but can’t find anything on forms. I basically want to override the validation on these fields so all records will show regardless of the ValidFrom and ValidTo date range. I have a plain form with one grid where the data is based off a query that consists of several tables including the one that has this ValidTimeStateFieldType property value set. There’s nothing complicated about it, it’s just that I don’t know how to adjust the query so it won’t look at the valid dates when pulling data to populate my grid.
Can someone help me out?