Hello. This seems like such a newbie kind of question, so I apologize in advance. I have been searching for inspiration here online, but I am sure I am not using the right terms.
I have a form which enters data into a table. Pretty simple. One of the combo boxes I have on the form looks up data from a related table. While the record I select there displays fine, I would also like to display some other data from that related table associated with the record I selected (just for user reference).
Now, in the past, I have always created a subform and have had the subform field(s) display data according to the record that I chose from the combo box, and it has worked fine. My question is whether or not there is a "better way" to do this. I have seen other access forms that seem to do this, without the telltale evidence of having a subform present.
Maybe it is just hidden well or something, but if there is another way to do it (via code and a text box or something) I would love some inspiration as to where to get more information on how to do it properly.
Thanks!
I have a form which enters data into a table. Pretty simple. One of the combo boxes I have on the form looks up data from a related table. While the record I select there displays fine, I would also like to display some other data from that related table associated with the record I selected (just for user reference).
Now, in the past, I have always created a subform and have had the subform field(s) display data according to the record that I chose from the combo box, and it has worked fine. My question is whether or not there is a "better way" to do this. I have seen other access forms that seem to do this, without the telltale evidence of having a subform present.
Maybe it is just hidden well or something, but if there is another way to do it (via code and a text box or something) I would love some inspiration as to where to get more information on how to do it properly.
Thanks!