form using 2 tables and yes/no option

R

Robin Remy

I need to create a form to do the following:

1. Select ProjectID from a combo box (I know how to do this)

2. Show each [CondDesc] from a table that holds a "master set" of records (
fields are [Cond#] and [CondDesc] ) and allow the user to check Yes/No.

Ultimately, I want to end up with a table of records that holds ProjectID,
Cond#, and yes/no choice.

I have tried all kinds of queries, forms, and subforms, and I'm getting
nowhere! Please help...thanks :):):)
 
Top