Rx_
Nothing In Moderation
- Local time
- Today, 13:09
- Joined
- Oct 22, 2009
- Messages
- 2,803
A query to populate a list box.
A Rocket_ID (IDR) sits on a Pad A Pad can contain several rockets
When IDR 1001 is selected - the query will use th eID_Pad 500005 to filter and show all of the other Records with ID_Pad 500005
EXCEPT for the IDR 1001
I could do this with a VBA Recordset, but expect that there is an easy way to do this as query.
The IDR is a PK and the ID_Pad is a FK
IDR ID_Pad D1 D2
1001 500005 10 20
1002 500005 12 22
1003 500005 11 21
1004 500005 16 20
1105 500007 11 20
1106 500007 12 20
A Rocket_ID (IDR) sits on a Pad A Pad can contain several rockets
When IDR 1001 is selected - the query will use th eID_Pad 500005 to filter and show all of the other Records with ID_Pad 500005
EXCEPT for the IDR 1001
I could do this with a VBA Recordset, but expect that there is an easy way to do this as query.
The IDR is a PK and the ID_Pad is a FK
IDR ID_Pad D1 D2
1001 500005 10 20
1002 500005 12 22
1003 500005 11 21
1004 500005 16 20
1105 500007 11 20
1106 500007 12 20