After restarting my PC the table now appears to be editable, but the issue with replicating the records still remains.
SIF TEST V2.1.6.accdb.zip
I've created a button to duplicate my main record, and the information in 4 related junction tables.
Unfortunately, only 3 out of 4 of these junction tables are having their information duplicated.
I am not sure why this is the case, as all 4 segments of code are the same (apart from their variables being changed).
They should all work.
I have included a cut down version of the database with some filler data. If you could take a look I would really apreciate it.
The issue is on the form "DISPLAY_SoftwareConfigurations". The code is an on_click event for the button "Button_Duplicate"
(WIP: Duplicate & Increment Record).
To replicate my issue, you would first select a configuration from the dropdown menu, (select config 1.0.0.0 as this one has associated records in all 4 categories).
Then press the duplicate button. You will notice the new duplicated record only has related records in the first 3 tabs, and not the 4th.
I have tried to diagnose the issue but to no avail, any insight would be greatly apreciated.
Cheers.