I am still having a few problems in learning how to handle Access, my query is as folllows-
I have 5 tables, each table is updated from a form (forms 1 to 5), one form for each table. The tables are linked, table 1, linked to table 2 and so on. I update form 1 which updates table 1 for Product. I then manually open form 2, which is for Component, I again select a Product (by combo box), then select or type in the Component, and update the form. I then manually open form 3, select the Product, (by combo box), then select the Component (by combo box), then select or type in the Part, and so on. My question is, how can I update form 1 and on After Update for Form 1, form 2 automatically opens and the product data is displayed, I only have to make a selection from a Combo Box for the Component. When form 2 has been updated, form 3 automatically opens, the product and component data is displayed, I only have to select the part from a combo box or type the part in the box.
Could an Option Button be used to start the process from the first form the new data is inserted in?
The reason for displaying the past data is to confirm no mistakes made on data entry. I would appreciate any advise .
kevsim
I have 5 tables, each table is updated from a form (forms 1 to 5), one form for each table. The tables are linked, table 1, linked to table 2 and so on. I update form 1 which updates table 1 for Product. I then manually open form 2, which is for Component, I again select a Product (by combo box), then select or type in the Component, and update the form. I then manually open form 3, select the Product, (by combo box), then select the Component (by combo box), then select or type in the Part, and so on. My question is, how can I update form 1 and on After Update for Form 1, form 2 automatically opens and the product data is displayed, I only have to make a selection from a Combo Box for the Component. When form 2 has been updated, form 3 automatically opens, the product and component data is displayed, I only have to select the part from a combo box or type the part in the box.
Could an Option Button be used to start the process from the first form the new data is inserted in?
The reason for displaying the past data is to confirm no mistakes made on data entry. I would appreciate any advise .
kevsim