S
spacerocket
How do I update cbx2 based on what user selected in cbx1? I tried with this
code in the Row Source of cbx2, but the list box only displayed 1 selection
instead of all selections available based on selected value in cbx1:
SELECT Project.ProjectID, Project.ProjectName FROM Project WHERE
Project.ProjectID=Forms!F_Transaction_Records!CompanyID ORDER BY
[ProjectName];
Thanks a lot.
code in the Row Source of cbx2, but the list box only displayed 1 selection
instead of all selections available based on selected value in cbx1:
SELECT Project.ProjectID, Project.ProjectName FROM Project WHERE
Project.ProjectID=Forms!F_Transaction_Records!CompanyID ORDER BY
[ProjectName];
Thanks a lot.