stewie2699
New member
- Local time
- Today, 15:01
- Joined
- Feb 5, 2004
- Messages
- 7
I have a table called tbl_Details that stores budget line item information. There is a field called WBSL3. This field derives its contents from another table called tbl_WBS_Level3. This table contains the following fields: WBSL3_ID (AutoNumber), WBSL3 (text), Description. In tbl_Details, the user selects from a combo box, a WBSL3. There is another field in tbl_Details called WBS. This field derives its values from a lookup table that contains about 200 records. It has as it's foreign key, the primary key from tbl_WBS_Level3 (WBSL3_ID). I am trying to limit the values in the WBS pull-down to those where WBSL3_ID matches the WBSL3_ID that the user selects from the pull-down. I built a query that has as the criteria the form name and field name for WBSL3_ID. I have done this sort of thing before with no problems. In this case, however, the combo box for WBS comes up with no values, no matter what the user selects in WBSL3. I don't know what I'm doing wrong. Thanks in advance for any help... 
