I need to add text controls to a continuous query subform for additional user input.
The user types Asset_No into Form1. Subform1 queries a list of circuits and descriptions for user reference. I added subform2 with the control source as a table for additional input for the key "circuit". My intention was to line the two subforms side by side to be seamless for the user.
Subform2 is a subform to Form1 and not a sub-subform to Subform1 because I need the two subforms to be continous.
I have linked Subform2 to Suform1 this way:
Link Child Fields: Circuit
Link Master Fields: Subform1.Form!Circuit
My Problem:
Subform1 queries all circuits based on Form1.Asset_No as it should.
Subform2 allows input for only the first circuit shown in Subform1 though it is a continuous form.
Can I make Subform2 show all the circuits from Subform1. Or is there a more efficient way I should be going about this all together? Thank you.
The user types Asset_No into Form1. Subform1 queries a list of circuits and descriptions for user reference. I added subform2 with the control source as a table for additional input for the key "circuit". My intention was to line the two subforms side by side to be seamless for the user.
Subform2 is a subform to Form1 and not a sub-subform to Subform1 because I need the two subforms to be continous.
I have linked Subform2 to Suform1 this way:
Link Child Fields: Circuit
Link Master Fields: Subform1.Form!Circuit
My Problem:
Subform1 queries all circuits based on Form1.Asset_No as it should.
Subform2 allows input for only the first circuit shown in Subform1 though it is a continuous form.
Can I make Subform2 show all the circuits from Subform1. Or is there a more efficient way I should be going about this all together? Thank you.