M
Mekinnik via AccessMonster.com
To put it simpily I have a form (test) with 2 comboboxes (cboReviewBy and
cboReview) both are populated from (tblHazinventory). I am trying to make the
following SELECT statement work.
SELECT *
FROM tblHazinventory
WHERE (((Forms!test!cboReviewBy)='Forms!test!cboReview'));
My goal is to have the user select one of four fields from (cboReviewBy)
being the column selected and one of X amount from (cboReview) being the row.
The final goal isto have the query list a single row based on the criteria of
both combo box selection as a read only page (for test purposes as a
datasheet)
cboReview) both are populated from (tblHazinventory). I am trying to make the
following SELECT statement work.
SELECT *
FROM tblHazinventory
WHERE (((Forms!test!cboReviewBy)='Forms!test!cboReview'));
My goal is to have the user select one of four fields from (cboReviewBy)
being the column selected and one of X amount from (cboReview) being the row.
The final goal isto have the query list a single row based on the criteria of
both combo box selection as a read only page (for test purposes as a
datasheet)