Hello,
I have created a table that houses our inventory. I also have created a split form to be able to query the table. The form currently has list boxes where the recordsource property is based on what is chosen from the manufacturers list box. The query is set to use the list box values as it's criteria.
I would like to have the list boxes populate its choices from the records already entered in our inventory. The "SELECT DISTINCT" function would be perfect but I remember reading somewhere that it only works with "active queries"? (If I remember correctly)
is there some other code or expression that would work?
I am a little scatter brained today so if you need more info or this doesn't make sense let me know. THANKS IN ADVANCE!