Hi,
I am fairly new at Access and have a question: I have a "Project" database. Each Project has Components. The Components are categorized as follows:
Category (i.e. Lights)
|
SubCategory (i.e. Square, Round Lights)
|
Component (i.e. 5 inch to 10 inch, 11 inch to 15 inch)
I have a form where Components are selected for a project. The form has two subforms. In one form, when a Category is selected, the SubCategories are displayed there as buttons. When a SubCategory button is pressed, the corresponding Components are displayed in the other subform. To display Components of a SubCategory, I have a table created called ComponentsList. Before selecting a SubCategory, the current records in the ComponentsList are deleted. The Components for the selected SubCategory are then added to ComponentsList table through an SQL call and the form displaying the Components calls a query to this table.
Is this the way I should go about this? Is there an easier, better design approach? Currently, my problem is that when I add/delete records, I am prompted for Yes or No to proceed. If I am doing this correctly, how can I suppress the prompts?
Thank you!
I am fairly new at Access and have a question: I have a "Project" database. Each Project has Components. The Components are categorized as follows:
Category (i.e. Lights)
|
SubCategory (i.e. Square, Round Lights)
|
Component (i.e. 5 inch to 10 inch, 11 inch to 15 inch)
I have a form where Components are selected for a project. The form has two subforms. In one form, when a Category is selected, the SubCategories are displayed there as buttons. When a SubCategory button is pressed, the corresponding Components are displayed in the other subform. To display Components of a SubCategory, I have a table created called ComponentsList. Before selecting a SubCategory, the current records in the ComponentsList are deleted. The Components for the selected SubCategory are then added to ComponentsList table through an SQL call and the form displaying the Components calls a query to this table.
Is this the way I should go about this? Is there an easier, better design approach? Currently, my problem is that when I add/delete records, I am prompted for Yes or No to proceed. If I am doing this correctly, how can I suppress the prompts?
Thank you!