A
Ayo
This is my situation. I have 2 option buttuns: Select All and Make Selection.
And I have about, 6 checkboxes and 6 comboboxes next to them.
The way it is supposed to work: I click on Select All, all the checkboxes
are selected and the comboboxes rowsource are assigned something like this:
"SELECT DISTINCT [CONSTR MGR] FROM [tblConstruction_Tracker] ORDER BY [CONSTR
MGR]". I click on Make Selection, then I click on any checkbox and the
corresponding combobox rowsource is assigned something like this: "SELECT
DISTINCT [CONSTR MGR] FROM [tblConstruction_Tracker] ORDER BY [CONSTR MGR]".
The way it is actually work: The Make Selection scenario works fine but the
Select All works by checking all the checkboxes but there is nothing in the
combobox to select. This is my problem. Any I have tried evrything I know to
resolve this.
I have been working on thisnow for about 2 days now. If anyone out there
know and easy and quicker way of doing this please help.
Thanks
And I have about, 6 checkboxes and 6 comboboxes next to them.
The way it is supposed to work: I click on Select All, all the checkboxes
are selected and the comboboxes rowsource are assigned something like this:
"SELECT DISTINCT [CONSTR MGR] FROM [tblConstruction_Tracker] ORDER BY [CONSTR
MGR]". I click on Make Selection, then I click on any checkbox and the
corresponding combobox rowsource is assigned something like this: "SELECT
DISTINCT [CONSTR MGR] FROM [tblConstruction_Tracker] ORDER BY [CONSTR MGR]".
The way it is actually work: The Make Selection scenario works fine but the
Select All works by checking all the checkboxes but there is nothing in the
combobox to select. This is my problem. Any I have tried evrything I know to
resolve this.
I have been working on thisnow for about 2 days now. If anyone out there
know and easy and quicker way of doing this please help.
Thanks