I have created a 'documents' table with 4 simple fields;
Reference, Filepath, Filetype, Date
The reference field relates to my supplier database which has one record per reference. It will be a one to many relationship with multiple records in the documents table for each reference.
I would like a list box on my main form with all the records in the documents table that have the same reference as the record being displayed.
I created a query like this;
how do I get the list box to only display the records that correspond? Do I put the criteria in the query or use something like a DLookup to extract the records?
regards
Simon