Hi..
I have a form bound to a table Called "Personell".
I would like to display a multiselect listbox that retrieves it data from a Table called TblEmailsSent. Both have a unique PersonellID in each table. And i can not get the data in the listbox to link with the data in my main form.
I have made a subform, where there is just one listbox in the form. Bound/Unbound but still does not correspond with my ID with the Data.
How can i in VBA say, Show in listbox "LstEmails" the records from Table, "EmailsSent", Only where the ID is related to what is currenlty being displayed in my form.
Any help would really be appreciated.
I have a form bound to a table Called "Personell".
I would like to display a multiselect listbox that retrieves it data from a Table called TblEmailsSent. Both have a unique PersonellID in each table. And i can not get the data in the listbox to link with the data in my main form.
I have made a subform, where there is just one listbox in the form. Bound/Unbound but still does not correspond with my ID with the Data.
How can i in VBA say, Show in listbox "LstEmails" the records from Table, "EmailsSent", Only where the ID is related to what is currenlty being displayed in my form.
Any help would really be appreciated.