I have a Project to be done in MS Access 2016, and stubled across an Issue, that should be easy to resolve, however, I have no clue on how to do it.
The Database I am developing is based on a huge, unfiltered datasheet exported by another database. I have a main form headview
in which I placed two subforms listview
an detailview
. The listview
is sorted by a combobox.
Now to what "should" happen: If you click on an entry of said listview
, the detailview
shows additional information of the clicked entry.
Both subforms are based on the same datasheet. So I went ahead and tried to match them via primary key entries. However, that didnt work. The detailview
subform is still empty. I also tried to write a vba macro for the listview
with listview.click()
that didnt work either.
Is there a way to connect those two subforms within a main form? If so, how do I do that?
I am greatfull for any response,
Have a nice day -Ninsa
SplitView
(this shows a datasheet and a detail view simultanously). - Unhandled Exception