G
Guest
I created a subform using the wizard in the main form. I have a command
button to open this subform (pop-up window) and would like it to open to the
same record number (or the same "Key" which is the field "ID") in the subform
as is open in the main form. Right now the command code is defaulting to the
"Next" record but then the data I enter into the subform is going to the next
record, not the current record for which the data is for. Would you please
advise me on how to link the form and subform records?
The desired outcome is not exactly what subforms are made for. I'm using the
subform as a pop-up window with yes/no data fields to save space on the main
form. I actually have the subform fields referencing the main table. This is
because of the problem of drop downs not allowing you to select more than one
answer and when you use a list which does allow it, you get annoying text
fields that are hard to analyze/query later on. But if you have a more
economical suggestion to achieving this I'm all ears. =)
Thank you,
Carrie
button to open this subform (pop-up window) and would like it to open to the
same record number (or the same "Key" which is the field "ID") in the subform
as is open in the main form. Right now the command code is defaulting to the
"Next" record but then the data I enter into the subform is going to the next
record, not the current record for which the data is for. Would you please
advise me on how to link the form and subform records?
The desired outcome is not exactly what subforms are made for. I'm using the
subform as a pop-up window with yes/no data fields to save space on the main
form. I actually have the subform fields referencing the main table. This is
because of the problem of drop downs not allowing you to select more than one
answer and when you use a list which does allow it, you get annoying text
fields that are hard to analyze/query later on. But if you have a more
economical suggestion to achieving this I'm all ears. =)
Thank you,
Carrie