G
GRIFFO
Hi,
I have successfully used Allen Browne's method to use a combo box to find a
record many times, it is excellent. Thanks Allen. But I was wondering if
anyone could help me with some code to do the same, but on a sub form.
Database structure: One program has many projects.
That is, I have a one to many relationship between tblProgram and tblProject.
The main form has the tblProgram data, with a subform using the related
records in tblProject.
I currently have a combo box that lists and navigates to the Programs in the
list, but I would like a similar combo box on the subform, to navigate to the
relevant (filtered) projects.
I have tried to use the code of allen at http://allenbrowne.com/ser-03.html
for the filtered subform, but to no success. It gets the filtered error
message.
I can get the correct data appearing in the list, but the navigation part
using the code in the after update event doesn't work for me.
Any assistance would be appreciated.
Griffo
I have successfully used Allen Browne's method to use a combo box to find a
record many times, it is excellent. Thanks Allen. But I was wondering if
anyone could help me with some code to do the same, but on a sub form.
Database structure: One program has many projects.
That is, I have a one to many relationship between tblProgram and tblProject.
The main form has the tblProgram data, with a subform using the related
records in tblProject.
I currently have a combo box that lists and navigates to the Programs in the
list, but I would like a similar combo box on the subform, to navigate to the
relevant (filtered) projects.
I have tried to use the code of allen at http://allenbrowne.com/ser-03.html
for the filtered subform, but to no success. It gets the filtered error
message.
I can get the correct data appearing in the list, but the navigation part
using the code in the after update event doesn't work for me.
Any assistance would be appreciated.
Griffo