I have a program that I need to edit. The primary key is "operation". It has one operation to many jobs. I need to create an add button to the form. What this button should do is add a new job to each operation, thus creating several records in a table with a "one job to many operations" records....For example, job e-6516 will combine with primary key 100 creating one record, then e-6516 will combine with primary key 110 creating another record and so on. Can anyone give me a clue as to how I should do this? I want to just have to type in the new job and click "Add".
Thanks
Micki
Thanks
Micki