hi everyone,
i've stumbled across a little problem with one of my forms i was hoping someone could help me with. i have a form based on a many-to-many relationship with the following tables:
1. tblEquipment (FK)
2. tblRequirement (FK)
and a third table tblCRequirement that brings the two together. the tblCRequirement's primary key is a compound key composed of the other two tables PK's. my problem is that every time a user needs to populate the form based on the many-to-many relationship they have to lookup the PK's from the other tables. this gets a little time consuming/complicated. what i would like to do is have a little command button next to each of the FK's that lauches another form based on the associated table (e.g. tblEquipment) in kind of a listbox format that allows the user to find a particular piece of equipment, select it, and have it automatically populate the control in the many-to-many form. this seems like it would be possible, but i haven't the foggest idea how to do it. could someone please help me with this. as always i am very grateful for any and all help.
thanks
i've stumbled across a little problem with one of my forms i was hoping someone could help me with. i have a form based on a many-to-many relationship with the following tables:
1. tblEquipment (FK)
2. tblRequirement (FK)
and a third table tblCRequirement that brings the two together. the tblCRequirement's primary key is a compound key composed of the other two tables PK's. my problem is that every time a user needs to populate the form based on the many-to-many relationship they have to lookup the PK's from the other tables. this gets a little time consuming/complicated. what i would like to do is have a little command button next to each of the FK's that lauches another form based on the associated table (e.g. tblEquipment) in kind of a listbox format that allows the user to find a particular piece of equipment, select it, and have it automatically populate the control in the many-to-many form. this seems like it would be possible, but i haven't the foggest idea how to do it. could someone please help me with this. as always i am very grateful for any and all help.
thanks