G
Guest
I have a form that allows the users to edit records in a table. I would like
to add the ability to select a subset of records, based on one column of the
table. I created a new form with a combo box which lists all the possible
options of the column to be selected on, which is the bound column. I open
the selection criteria form from the Open event of the main form, and select
on the vaslue of the bound column in the Record Source of the main form. I
want to do it this way so that the selection criteria form will be displayed
regardless of how the main form is opened.
My problem: When I open the main form, the selection criteria in the Record
Source query is treated as a prompt, before the selection criteria form is
displayed. Is there any way to get the main form to display the selection
criteria form before it runs the record source query?
to add the ability to select a subset of records, based on one column of the
table. I created a new form with a combo box which lists all the possible
options of the column to be selected on, which is the bound column. I open
the selection criteria form from the Open event of the main form, and select
on the vaslue of the bound column in the Record Source of the main form. I
want to do it this way so that the selection criteria form will be displayed
regardless of how the main form is opened.
My problem: When I open the main form, the selection criteria in the Record
Source query is treated as a prompt, before the selection criteria form is
displayed. Is there any way to get the main form to display the selection
criteria form before it runs the record source query?