Elana
Registered User.
- Local time
- Today, 02:31
- Joined
- Apr 19, 2000
- Messages
- 232
I'm spacing out here - I have a subform that displays a datasheet list of "to do" items for a particular insurance claim. I want to be able to filter the "to do" records with a command button where the user can show all "to do" items or only those items that are currently outstanding.
I want the command button to be on my main form. I'm struggling with how to code this. I was hoping I could specify record source for the subform in code and then use a SQL statement limiting the records, but I'm not having much luck there.
I'll appreciate any ideas to get me on the right track. Thanks.
I want the command button to be on my main form. I'm struggling with how to code this. I was hoping I could specify record source for the subform in code and then use a SQL statement limiting the records, but I'm not having much luck there.
I'll appreciate any ideas to get me on the right track. Thanks.