I am releatively new to Access, but have a programming background, so I bet I am just missing some small detail. I have a table Plan_Settings that I have a edit form made for (frmEdit). I have another form frmMain that lists the records and when I double click on a record I want to bring it up in the frmEdit form so I can make changes.
I did some digging here and found how to put an embedded macro on the doubleclick event. Below is the macro I have to load the record I double click on into my frmEdit. The form comes up, but there is no record loaded. Perhaps my Where Condition is wrong? Plan_ID is the primary key.
![]()