Hi,
I am having an issue with a database application I created. I needed to add another query that could be controlled from combo box on a nested form.
The combo box is for dates for entries in a table. Which then filters the query based on the combo box selection. Easy enough stuff.
The problem I am having is that when I try to use the combo box as a criteria for the query using;
[Forms]![MasterForm]![NavigationSubform].[Form].[comboBox]
Access closes and wont let me use the reference to the combo box.
What has happened? Corrupt database? How do I fix it?
Thanks in advance.
I am having an issue with a database application I created. I needed to add another query that could be controlled from combo box on a nested form.
The combo box is for dates for entries in a table. Which then filters the query based on the combo box selection. Easy enough stuff.
The problem I am having is that when I try to use the combo box as a criteria for the query using;
[Forms]![MasterForm]![NavigationSubform].[Form].[comboBox]
Access closes and wont let me use the reference to the combo box.
What has happened? Corrupt database? How do I fix it?
Thanks in advance.