Originally posted by mshmyob
Well If I understand you correctly the first combo box I have does the following:
Table/Query
SELECT [Sales Funnel1].[ASC Rep Reporting] FROM [Sales Funnel1] GROUP BY [Sales Funnel1].[ASC Rep Reporting] ORDER BY [Sales Funnel1].[ASC Rep Reporting];
Bound Column: 1
Limit to List: No
Auto Expand: Yes
The second combo box which is dependend on the first is:
Table/Query
SELECT DISTINCT [Sales Funnel1].Company FROM [Sales Funnel1] WHERE ((([Sales Funnel1].[ASC Rep Reporting])=Forms!Opportu nity!Combo83)) ORDER BY [Sales Funnel1].Company;
"Comb83 bieng the above combobox"
Bound Column:1
Limit to List: Yes
Auto Expand: Yes.
As of right now the I can't save to either control like you indicated previously. If you could be a little more grainular that would be helpful. When you mention the steps above they are not detailed enough for my lack of knowing the Access Idea, which I do apoligize for!!!
-Dev1
Comment