A
AccessFreak via AccessMonster.com
Ok... here's the deal. I have 6 listboxes on one from. They are all piled
on top of one another and a case select statement controls which one is
viewable. When I click on an entry in the listbox, I have a textbox linked
so it contains the record's primary key's number. When another form is
opened it's record selection is based on the primary key number on the main
form? Have a lost anyone yet?
Here's what I need. I need to understand how to code the textbox so that no
matter which listbox I am looking at, the textbox will always display the
primary key number. Here what I am currently using:
Textbox: =[List235] (in the control source)
I need that single textbox to read from List247, List248, List249, List249,
List250, and List251.
Any help would be appreciated.
on top of one another and a case select statement controls which one is
viewable. When I click on an entry in the listbox, I have a textbox linked
so it contains the record's primary key's number. When another form is
opened it's record selection is based on the primary key number on the main
form? Have a lost anyone yet?
Here's what I need. I need to understand how to code the textbox so that no
matter which listbox I am looking at, the textbox will always display the
primary key number. Here what I am currently using:
Textbox: =[List235] (in the control source)
I need that single textbox to read from List247, List248, List249, List249,
List250, and List251.
Any help would be appreciated.