I have a table called Fix and another called Documentation.
These 2 tables are connected to each other through a junction table which has the keys FixID and DocumentationID.
There is a form called Fix, the form works well with all the Fix controls, add new record, edit record etc.
I have added a combo box called Documentation (to update the Documentation table) along with all the Fix controls.
When adding a totally new record on the Fix form all works OK including using the Documentation control, all three tables update, Fix, Junction and Documentation.
Editing an existing record on the Fix form where Documentation has an existing record everything can be changed without a problem and all tables update as required.
If I go to an existing record on the Fix form where Documentation does not have an existing record, I can not add a Documentation record.
Is there any VB code that will allow this to happen.
I hope you can understand this explanation, if not please request further detail.
I would appreciate your advise on how to add a Documentation record to an existing record on the Fix form.
kevsim
These 2 tables are connected to each other through a junction table which has the keys FixID and DocumentationID.
There is a form called Fix, the form works well with all the Fix controls, add new record, edit record etc.
I have added a combo box called Documentation (to update the Documentation table) along with all the Fix controls.
When adding a totally new record on the Fix form all works OK including using the Documentation control, all three tables update, Fix, Junction and Documentation.
Editing an existing record on the Fix form where Documentation has an existing record everything can be changed without a problem and all tables update as required.
If I go to an existing record on the Fix form where Documentation does not have an existing record, I can not add a Documentation record.
Is there any VB code that will allow this to happen.
I hope you can understand this explanation, if not please request further detail.
I would appreciate your advise on how to add a Documentation record to an existing record on the Fix form.
kevsim