I have a drop-down list box in a form that pulls from a list of jobs. Each of these jobs has unique information, such as job number, dates, etc. These jobs repeat every year, therefore they keep the same name year-to-year. I never had a problem pulling data from this list when I had only one entry for each job. But now that I am adding jobs for this year, I am having some complications with multiple list entries of the same name. The job name populates the other fields in my form (job number, date, etc.)
Here's what happens.
I have two jobs in the list with identical names (the name is what the drop down list shows). I can see both of those jobs in the list when I drop it down, however both of the names pull in the same data. To further complicate matters, I have a filter set on the drop-down to only show items after the first of the year. After I have added multiple jobs of the same name, it picks the first one in the list, and which is last year. So the filter doesn't work, either.
Another wierd thing, when I preview the form in Infopath, it shows multiple instances of the same job, whether multiple instances of the job exist in the list or not.
Any ideas?