Hello everyone,
Attached is a sample of my project to help you see the issue yourself instead of me trying to explain. It's kind of confusing.
Once you open the db. open up the frmQuoteLog and the frmPDMontior. You will notice one record is displayed in the frmPDMonitor (Justin Ryan). This is correct.
Now to test out the issue leave open the frmPDMonitor and frmQuoteLog at the same time. Go to frmQuotLog, go to the first record, make the "Sales Coordinator" = "Chris April", then check the box that says "Display on Product Design Monitor", then press the "Save Changes" button.
Then look at the frmPDMonitor and you will notice the new record is now displayed on the form. This is correct as well.
Leaving open both forms, go to frmQuoteLog and uncheck the box you previous checked on the first record, then press "Save Changes".
Then look again at the frmPDMontior and notice that the previous record is gone but the remaining record is now duplicated.
Only when I close the frmPDMonitor and reopen it, does the duplication go away.
How can I avoid this duplication without closing and reopening the frmPDMonitor? The purpose of this form is to be ran 24/7.
Sorry for the long explanation but I wanted to make sure I explained everything for the best possible solution.
Completing this project is a top priority for me and could really use some the help.
As always thank you,
-Justin
Attached is a sample of my project to help you see the issue yourself instead of me trying to explain. It's kind of confusing.
Once you open the db. open up the frmQuoteLog and the frmPDMontior. You will notice one record is displayed in the frmPDMonitor (Justin Ryan). This is correct.
Now to test out the issue leave open the frmPDMonitor and frmQuoteLog at the same time. Go to frmQuotLog, go to the first record, make the "Sales Coordinator" = "Chris April", then check the box that says "Display on Product Design Monitor", then press the "Save Changes" button.
Then look at the frmPDMonitor and you will notice the new record is now displayed on the form. This is correct as well.
Leaving open both forms, go to frmQuoteLog and uncheck the box you previous checked on the first record, then press "Save Changes".
Then look again at the frmPDMontior and notice that the previous record is gone but the remaining record is now duplicated.
Only when I close the frmPDMonitor and reopen it, does the duplication go away.
How can I avoid this duplication without closing and reopening the frmPDMonitor? The purpose of this form is to be ran 24/7.
Sorry for the long explanation but I wanted to make sure I explained everything for the best possible solution.
Completing this project is a top priority for me and could really use some the help.
As always thank you,
-Justin
Comment