Hi all,
I am relatively new to creating Access databases and VBA, so please bear with me.
I have a main form with 5 subforms within it. The names are shown below.
Main Form:
FRMProjectInfo
Sub-forms:
TBLAsBuiltReports subform
TBLDrafting subform
TBLMicrostation subform
TBLProjects subform
TBLRecording subform
Each of the subforms are linked to the ProjectNumber text field from the main form. What I would like for it to do is once somebody enters a project number into the FRMProjectInfo main form, is for this project number to automatically be inserted into each of the subforms corresponding tables. Is this possible? Any and all information would be greatly appreciated (I've been fiddling around with this for the past two days).
I am relatively new to creating Access databases and VBA, so please bear with me.
I have a main form with 5 subforms within it. The names are shown below.
Main Form:
FRMProjectInfo
Sub-forms:
TBLAsBuiltReports subform
TBLDrafting subform
TBLMicrostation subform
TBLProjects subform
TBLRecording subform
Each of the subforms are linked to the ProjectNumber text field from the main form. What I would like for it to do is once somebody enters a project number into the FRMProjectInfo main form, is for this project number to automatically be inserted into each of the subforms corresponding tables. Is this possible? Any and all information would be greatly appreciated (I've been fiddling around with this for the past two days).