K kitty77 Registered User. Local time Today, 08:16 Joined May 27, 2019 Messages 718 Today at 3:42 AM #1 Is it possible to filter a form based on another query that has the field record ID? Maybe a command button. Thanks.
Is it possible to filter a form based on another query that has the field record ID? Maybe a command button. Thanks.
DHookom Active member Local time Today, 07:16 Joined Aug 7, 2024 Messages 470 Today at 4:01 AM #2 Do you have any other context? You can use VBA behind a button to set the Filter property of a form. Does the other query return one record or more? Can we assume there is a field in the form's record source that relates to a field in the query?
Do you have any other context? You can use VBA behind a button to set the Filter property of a form. Does the other query return one record or more? Can we assume there is a field in the form's record source that relates to a field in the query?