J
jtertin
I have a form with two tabs on it (one control, 2 tabs). I have a list
box on the first tab that is populated by a database query that shows
all "serial numbers" of units. After clicking on a serial number, the
second tab is supposed to display the data specific to that serial
number.
My question: How can I link the two? When a serial number is
highlighted, the data shown on the second tab does not reflect the same
record. How can I carry over the "index" or "record ID" that is
associated with the selected serial number from the first tab over to
the second tab?
Thanks for any help!
box on the first tab that is populated by a database query that shows
all "serial numbers" of units. After clicking on a serial number, the
second tab is supposed to display the data specific to that serial
number.
My question: How can I link the two? When a serial number is
highlighted, the data shown on the second tab does not reflect the same
record. How can I carry over the "index" or "record ID" that is
associated with the selected serial number from the first tab over to
the second tab?
Thanks for any help!