G
Guest
OK, here's the basic structure of my database
Station Tabl
Each station can have multiple parts (Station prim key unique
Part Tabl
Part # prim key unique.
Location Tabl
ach location can have multiple parts (Location prim key unique
I then have 2 joining tables and did one to many relationships to setup a many to many relationship as described above as per the help in access. This way for example, Station A1 could have many different parts as well as a certain number of those parts
The data itself works fine
The forms work fine , ie. ON my Station:browse parts form, I select the station (primary key) which automatically refreshes the list of corresponding parts and part #'s (which are in a subform). The station combo box is unbound
My only problem is, if I want to also display the corresponing station description (a field on the station table), I can't figure out a way of doing this. I know I want it to look a the value currently in the station combo box, and display the corresponding station description (Perhaps just in a textbox?
ANy ideas?
Thanks,
Matt Lawson
Station Tabl
Each station can have multiple parts (Station prim key unique
Part Tabl
Part # prim key unique.
Location Tabl
ach location can have multiple parts (Location prim key unique
I then have 2 joining tables and did one to many relationships to setup a many to many relationship as described above as per the help in access. This way for example, Station A1 could have many different parts as well as a certain number of those parts
The data itself works fine
The forms work fine , ie. ON my Station:browse parts form, I select the station (primary key) which automatically refreshes the list of corresponding parts and part #'s (which are in a subform). The station combo box is unbound
My only problem is, if I want to also display the corresponing station description (a field on the station table), I can't figure out a way of doing this. I know I want it to look a the value currently in the station combo box, and display the corresponding station description (Perhaps just in a textbox?
ANy ideas?
Thanks,
Matt Lawson