Hi all.
I've got a list of suppliers and a related table for the projects each supplier works on i.e.
Supplier 1
project1
project2
Supplier 2
project1
project3
On a form I've got 2 combo box & other controls. The first combo box you select the project and the second you select the supplier, this being filterd only to show suppliers that work on that project.
The problem I've get is with "not in list", how do I determine if the entry is either
1) A new supplier (ie supplier 3) and open the suppliers form on a new record
or
2) A exsisting supplier, but doesn't have the project listed for them (ie Supplier 2, project 2) and open the suppliers form and move to the correct supplier (supplier 2 in the example)
I can open the forms and move to the correct location but how do find out which case is correct?
Thanks
Mick
I've got a list of suppliers and a related table for the projects each supplier works on i.e.
Supplier 1
project1
project2
Supplier 2
project1
project3
On a form I've got 2 combo box & other controls. The first combo box you select the project and the second you select the supplier, this being filterd only to show suppliers that work on that project.
The problem I've get is with "not in list", how do I determine if the entry is either
1) A new supplier (ie supplier 3) and open the suppliers form on a new record
or
2) A exsisting supplier, but doesn't have the project listed for them (ie Supplier 2, project 2) and open the suppliers form and move to the correct supplier (supplier 2 in the example)
I can open the forms and move to the correct location but how do find out which case is correct?
Thanks
Mick