Milothicus
Registered User.
- Local time
- Today, 09:50
- Joined
- Sep 24, 2004
- Messages
- 134
I have a listbox, and it's underlying query includes a group by / sum function pairing. because of this, it's recordset is non-updateable.
I need to select an updateable recordset for which that calculated field is in a certain range (say between 0 and 1).
what i'm hoping for is to use the non-updateable query to create a list of record IDs who's calculated value is between 0 and 1, and then open an updateable recordset including only those records.
is there a way to do this?
I need to select an updateable recordset for which that calculated field is in a certain range (say between 0 and 1).
what i'm hoping for is to use the non-updateable query to create a list of record IDs who's calculated value is between 0 and 1, and then open an updateable recordset including only those records.
is there a way to do this?