Hello
I have combobox which has been bound to query as row source and control source as table field, but it does not allow me to select item other then first in the combobox list..
I am displaying form as datasheet.
The value of the second combobox is depend on first combobox if I select A in first combobox and second combobox the values are Y, Z it allows me to select only Y in that case.
so in second comboox I have kept below as query criteria
[Forms]![frm_timesheet]![subTimesheet].[Form]![txtProjectID] in the Project ID column of the query.
Attached is query question of the second combobox [ there are two projects which are part of project3 and project2, so if we select project3 from first combobox it populates the value for those proejcts but in combobox I can select first value only.
Can anybody please help me what is wrong.
I have combobox which has been bound to query as row source and control source as table field, but it does not allow me to select item other then first in the combobox list..
I am displaying form as datasheet.
The value of the second combobox is depend on first combobox if I select A in first combobox and second combobox the values are Y, Z it allows me to select only Y in that case.
so in second comboox I have kept below as query criteria
[Forms]![frm_timesheet]![subTimesheet].[Form]![txtProjectID] in the Project ID column of the query.
Attached is query question of the second combobox [ there are two projects which are part of project3 and project2, so if we select project3 from first combobox it populates the value for those proejcts but in combobox I can select first value only.
Can anybody please help me what is wrong.
Attachments
Last edited: