Hello!
I have a main form based on a “Projects” table and a subform based on the related “Funding Documents” table. The main form has three comboboxes: Year, Management Office, and Project Number. Values displayed in the Project Number combobox are limited by what the user selects in the Year and Management Office comboboxes (I set the Row Source property of the “Project Number” combobox to a query of the Projects table and set criteria as the “Fiscal Year” and “Management Office” comboboxes)
I created the form so that selecting a value from the “Project Number” combobox populates the subform with records from the related “Funding Documents” table. Since the main form’s “Data Entry” property is set to “No,” the form opens populated with the first record. Because of this, when the user starts selecting new information in the comboboxes, it changes the data in the underlying Projects table.
I really need a form that (1) opens blank, (2) does not change data in the underlying table with the selection of values in the comboboxes, and (3) allows the user to display records in the subform based on the selection from the Project Number combobox. I am not sure what I want is possible, but any help is GREATLY appreciated.
Thanks!!
I have a main form based on a “Projects” table and a subform based on the related “Funding Documents” table. The main form has three comboboxes: Year, Management Office, and Project Number. Values displayed in the Project Number combobox are limited by what the user selects in the Year and Management Office comboboxes (I set the Row Source property of the “Project Number” combobox to a query of the Projects table and set criteria as the “Fiscal Year” and “Management Office” comboboxes)
I created the form so that selecting a value from the “Project Number” combobox populates the subform with records from the related “Funding Documents” table. Since the main form’s “Data Entry” property is set to “No,” the form opens populated with the first record. Because of this, when the user starts selecting new information in the comboboxes, it changes the data in the underlying Projects table.
I really need a form that (1) opens blank, (2) does not change data in the underlying table with the selection of values in the comboboxes, and (3) allows the user to display records in the subform based on the selection from the Project Number combobox. I am not sure what I want is possible, but any help is GREATLY appreciated.
Thanks!!