Milothicus
Registered User.
- Local time
- Today, 16:49
- Joined
- Sep 24, 2004
- Messages
- 134
In my main table, each job has a value. over time, it can change, but i need to retain the original value, so i have another table that tracks the adjustments to the value. this of course, leads to a calculated field on my forms.
I have a search page on my form that includes searching for the calculated field for the current value. i've used a sub-query to sum the value revisions for each job, and included that in my search query.
i would like the recordset for the entire form to include only the results of the search, but if I include the search query anywhere in the recordset query, the recordset isn't updateable because of the calculated field.
is there a way to filter the recordset of the form based on the search query without using it in the recordset query?
I have a search page on my form that includes searching for the calculated field for the current value. i've used a sub-query to sum the value revisions for each job, and included that in my search query.
i would like the recordset for the entire form to include only the results of the search, but if I include the search query anywhere in the recordset query, the recordset isn't updateable because of the calculated field.
is there a way to filter the recordset of the form based on the search query without using it in the recordset query?