Hey All,
I'm having a LOT of trouble with this. I have a query that contains PO Number, Supplier, Last Name, First Name and Value. I wanted to create a form that contained unbound drop down menus so I could run reports on individual components of my query (ie: if I wanted to see all of the Suppliers that have values under the name AIG, I could go to my Supplier drop down, select "AIG" and have a report run.)
The problem: I have several fields that are duplicates in the table that this query is pulling from. If I put "unique" in the table, I will lose data because the Value and First/Last names are different.
Is there a way I can modify my drop down menus to ONLY contain unique values without losing data? Thanks so much!
I'm having a LOT of trouble with this. I have a query that contains PO Number, Supplier, Last Name, First Name and Value. I wanted to create a form that contained unbound drop down menus so I could run reports on individual components of my query (ie: if I wanted to see all of the Suppliers that have values under the name AIG, I could go to my Supplier drop down, select "AIG" and have a report run.)
The problem: I have several fields that are duplicates in the table that this query is pulling from. If I put "unique" in the table, I will lose data because the Value and First/Last names are different.
Is there a way I can modify my drop down menus to ONLY contain unique values without losing data? Thanks so much!