Sorry about the last post..but you're saying to modify the code and not how
to modify it. If there is something that I should be doing I would
appreciate you saying what it is, not just that I need to do it.
I have a table with SubjectID and the Subject Name
I have another table with TechnologyID and Technology Name
The first form contains many controls but three of them are the Project
Number and two combo boxes to look up a subject and a technology. When I
open the second form, I need it to be the same record (i.e. the same Project
Number, Subject, and Technology). What Arvin said worked except it tryies to
crate a new record for each form. And I can't do that because those three
controls make up the primary key for the main table. They also show the ID
Number instead of the actual subject or technology when I open the new form.
Can you help with these?