A
Andre Grujovski
Beginners question: I have a table with 3 columns in it. The first column is
unique (key), the next two columns are not unique. The table is named
TableXYZ. I want to insert a combo/list box (whatever will work) in my form
FormXYZ and select the unique item from a list corresponding to TableXYZ and
then (here's the tricky part) have the next 2 columns from TableXYZ be
automatically displayed on the form (either through a text box or whatever
will allow this to work). (Not just displayed, but actually part of the
form's table, does that make sense?)
I have tried a few different approaches, but I think I'm way off track.
Basically, I can get a combo box to display the table data, but when I select
it I really don't know how to link it (I'm pretty sure link is the wrong
word) to another part of the form.
Thank you in advance. Andre G.
unique (key), the next two columns are not unique. The table is named
TableXYZ. I want to insert a combo/list box (whatever will work) in my form
FormXYZ and select the unique item from a list corresponding to TableXYZ and
then (here's the tricky part) have the next 2 columns from TableXYZ be
automatically displayed on the form (either through a text box or whatever
will allow this to work). (Not just displayed, but actually part of the
form's table, does that make sense?)
I have tried a few different approaches, but I think I'm way off track.
Basically, I can get a combo box to display the table data, but when I select
it I really don't know how to link it (I'm pretty sure link is the wrong
word) to another part of the form.
Thank you in advance. Andre G.