Hi,
Im relatively new to Access, but have a database that is nearing completion. I have a subform on a front page that I want to autofill.
Basically the subform "Affected" contains the primary combo box (Reference) that I will use to select a value and prompt the other three combo/text boxes to autofill. Also within the "Affected" form is the other combo box (Type) that I want to Autofill. On top of this, within "Affected" there is a subform "Affected Subform" that contains the two text boxes (Name and Descripion).
All the data is stored in columns within a query. However the form "Affected" records other data and the end result that I want to occur is for the Reference information, 3 autofilled boxes and other supplementary information to be recorded in the one table "Affected Table".
So in Summary I will select a value from "Reference", it will then autofill the combo box on the form, and two text boxes in the "Affected subform". The information is all stored in "index Query" but I want it then recorded with other information in the "affected Table".
I have tried me.text0 = Me.Reference.Column(0) type comments to no avail. Can anyone help me please!!!!!!!!!!!
Im relatively new to Access, but have a database that is nearing completion. I have a subform on a front page that I want to autofill.
Basically the subform "Affected" contains the primary combo box (Reference) that I will use to select a value and prompt the other three combo/text boxes to autofill. Also within the "Affected" form is the other combo box (Type) that I want to Autofill. On top of this, within "Affected" there is a subform "Affected Subform" that contains the two text boxes (Name and Descripion).
All the data is stored in columns within a query. However the form "Affected" records other data and the end result that I want to occur is for the Reference information, 3 autofilled boxes and other supplementary information to be recorded in the one table "Affected Table".
So in Summary I will select a value from "Reference", it will then autofill the combo box on the form, and two text boxes in the "Affected subform". The information is all stored in "index Query" but I want it then recorded with other information in the "affected Table".
I have tried me.text0 = Me.Reference.Column(0) type comments to no avail. Can anyone help me please!!!!!!!!!!!