J
John
I have a form that has a couple of combobox's. The first
combobox is populated from a query that generates a list
of course names. Each one of these course names has a
corresponding list of sections. I have a dynamic
parameter query:
SELECT [SECNUM]
FROM Course
WHERE Course.COURNUM=Forms!Results1!COURNUM;
Now the problem I am running into is that on the data
entry form the query works properly if run separately for
the corresponding entry on the form. However when I open
the form the combobox only populates a list that
corresponds to the first entry, when i move to the next
entry, the list doesn't change and remains the same list
on any entry.
When i change entries on the form and run the query
seperately it works right. Any help please?
Thank you
combobox is populated from a query that generates a list
of course names. Each one of these course names has a
corresponding list of sections. I have a dynamic
parameter query:
SELECT [SECNUM]
FROM Course
WHERE Course.COURNUM=Forms!Results1!COURNUM;
Now the problem I am running into is that on the data
entry form the query works properly if run separately for
the corresponding entry on the form. However when I open
the form the combobox only populates a list that
corresponds to the first entry, when i move to the next
entry, the list doesn't change and remains the same list
on any entry.
When i change entries on the form and run the query
seperately it works right. Any help please?
Thank you