Hello! I am a beginner in VBA, but I developed quite a bit in Delphi many years ago. With the help of ChatGPT, I have now tried to create an application in MS Access. In doing so, I have encountered an issue when trying to access components in the form's detail section. I get a runtime error in Form_Current when I try to access components in the detail section using aktivitetID = Me!TxtAktivitetsId. VBA says that "The expression contains a field, control, or property name that the database cannot find." I have found that this applies to all components in the detail section. Am I doing something wrong, or is this a general limitation in Access?