I have created a 'Lessons Learnt' database,
I have a table with many fields for example, project name, category, discipline, phase, description etc
I have a form which is called [Discipline], this shows all the fields in a multiple items webform. I have inserted a combo box which filters the form, so if I select Track in the combo box the lessons relating to the track discipline appear. This works perfectly:
Set Filter Where Condition = [Discipline]=[Forms]![Discipline]![combo39]
Requery
When I then add this form to my navigation form, it no longer works. I receive an error message about defining my parameter. Could anyone help me solve this problem?
I am creating my database in the web version of Access so using Macro.
Thanks