Hi,
I am using Access 2000.
I have a form that shows all the projects being held inside my database.
I have made drop down boxes in the form with VBA to filter the projects.
I am getting an error when I try to filter the projects:
Run Time Error '3079':
The specified field 'FiscalYear' could refer to more than one table listed in the FROM clause of your SQL statement.
What does this mean?