Ok, I've got my form to work the way I want it with combo box dependent on another combobox....
I went to translate it into a DAP and lo an behold I can't figure it out. HELP. Spent over 3days on this part before running for help. Looked on the web/faq.
This is the query that runs in my second cbo. How does it fit into my DAP?
SELECT EmployeeName.Name1, EmployeeName.Dept
FROM EmployeeName
WHERE (((EmployeeName.Dept)=[forms]![Trouble].[cboDept]));
I am able to make a drop down box on my DAP but it doesn't seem to let me store the value.
I went to translate it into a DAP and lo an behold I can't figure it out. HELP. Spent over 3days on this part before running for help. Looked on the web/faq.
This is the query that runs in my second cbo. How does it fit into my DAP?
SELECT EmployeeName.Name1, EmployeeName.Dept
FROM EmployeeName
WHERE (((EmployeeName.Dept)=[forms]![Trouble].[cboDept]));
I am able to make a drop down box on my DAP but it doesn't seem to let me store the value.