Hi there,
What I have is a form where you can add attachments.
What I want to do is add a listbox that displays the names of the attached attachments by Record.
So if record 1 has 0 attachments the listbox will show no names
If record 2 has 3 attachments then the listbox will display the names of those 3 attachments.
Right now my Unbound listbox that uses a query that has the attachment name and id and unuiqe ID (so it can have same type of ID Sample001, sample 001 on each attachment) shows the names of ALL attached attachments no matter what record I am on.
Any help would be really appreciated as this is the last thing holding my project to go live, i have been fighting with it for days now.
Thanks in advance for your time and help.
Attached is an example database