J
Jerry Stoner
Guest
Ive got frmOrder with sfrmOrderDet witha sub sub form frmExtras.
Links are OrderID for sfrmOrderDet and OrderDetID for frmExtras. Refrential integrety is enforced with cascade uodate and delete enabled.
I enter data into frmOrder - move to frmOrderDet and enter data - no problem.
Now I go to frmExtras and enter information then click a Finished button(refresh) and the data just entered disappears from the form and the default setting appears.
I go to the Extras table and the data is there with no OrderDetailID, also the default OrderDetailID is there 5 times with no OrderDetailID and once with an OrderDetailID. Now get this, I go back to the form and reenter the data - click refresh and the data correctly goes to the table with the correct OrderDetailID!!!
What the heck is going on here.
Edit, just noticed if I enter 2 records into frmExtras I get 5 orphaned default settings - the first entry is also orphaned but the second record is correctky linked with OrderDetailID???
Links are OrderID for sfrmOrderDet and OrderDetID for frmExtras. Refrential integrety is enforced with cascade uodate and delete enabled.
I enter data into frmOrder - move to frmOrderDet and enter data - no problem.
Now I go to frmExtras and enter information then click a Finished button(refresh) and the data just entered disappears from the form and the default setting appears.
I go to the Extras table and the data is there with no OrderDetailID, also the default OrderDetailID is there 5 times with no OrderDetailID and once with an OrderDetailID. Now get this, I go back to the form and reenter the data - click refresh and the data correctly goes to the table with the correct OrderDetailID!!!
What the heck is going on here.
Edit, just noticed if I enter 2 records into frmExtras I get 5 orphaned default settings - the first entry is also orphaned but the second record is correctky linked with OrderDetailID???
Last edited: