... ... ...
I just spent about 30 minutes writing a post here, taking minutes just trying to come up with the words to accurately describe my problem, just to have the page "you do not have permissions to do this" appear when I try to preview my post, and because this wonderful company thinks internet explorer is good for us, I go back and my entire post is gone.
Here's the short version:
There's a combobox and a listbox. You can choose something from the combobox, hit some other button to add it to the listbox, and after that, that particular thing will no longer show up on the combobox.
The combobox's main row source is a table with 6 elements. So the combobox will have anywhere from 0-6 things to choose from, depending on how many things have already been added to the listbox.
Now for the problem.
I have two tables, table1 and table2. table1 contains the six things that the combobox displays, and nothing else. table2 contains multiple entries per record of my main form.
I am able to get my combobox to display only the entries for which there is not already an entry in table2 for the current record of my main form. But if the current record on my main form doesn't already have at least one entry in table2, then my combobox will display multiple duplicates and stupid crap.
I'm really frustrated now, and this post sucks, maybe I'll update it tomorrow the way I had wrote it the first time, with accurate, specific detail and names and labels for everything.
...
I just spent about 30 minutes writing a post here, taking minutes just trying to come up with the words to accurately describe my problem, just to have the page "you do not have permissions to do this" appear when I try to preview my post, and because this wonderful company thinks internet explorer is good for us, I go back and my entire post is gone.
Here's the short version:
There's a combobox and a listbox. You can choose something from the combobox, hit some other button to add it to the listbox, and after that, that particular thing will no longer show up on the combobox.
The combobox's main row source is a table with 6 elements. So the combobox will have anywhere from 0-6 things to choose from, depending on how many things have already been added to the listbox.
Now for the problem.
I have two tables, table1 and table2. table1 contains the six things that the combobox displays, and nothing else. table2 contains multiple entries per record of my main form.
I am able to get my combobox to display only the entries for which there is not already an entry in table2 for the current record of my main form. But if the current record on my main form doesn't already have at least one entry in table2, then my combobox will display multiple duplicates and stupid crap.
I'm really frustrated now, and this post sucks, maybe I'll update it tomorrow the way I had wrote it the first time, with accurate, specific detail and names and labels for everything.
...