
Originally Posted by
June7
If you really simply copied files and did not change anything, should work same.
Could provide db for analysis. Follow instructions at bottom of my post.
Could simply open detail form filtered by WHERE CONDITION argument of OpenForm instead of complicated Load and Current coding.
Hi June7, yes, I really simply copied files and that was it. That was why I said it's weird.
I update the opening the Details form as following.
The code below is from the ID_Click event (when I click on the ID control on the form, it takes me to the Details form)
Code:
DoCmd.OpenForm "frmDetails", acNormal, , , , , Me.ID.Value 'I added Me in the front of ID like Welshgasman said, but it still the same.