abinjoseph
New member
- Local time
- Today, 18:04
- Joined
- Dec 7, 2015
- Messages
- 5
I assume I am missing the JOIN portion.
Sorry, pretty new to access. Looking to find a value based on if it meets the two cireterias.
SELECT fldCOLA,
WHERE qryColaSalaryNum.COLA = COLArate.fldPercentage = qryColaSalaryNum = COLArate.fldSalaryRange
FROM COLArate;
I also want it sorted by qry.ColaSalaryNum.LastName and qry.ColaSalaryNum.FirstName
The value is in the column labeled fldCOLA. I am trying to replicate a VLookup in Excel here.
Thanks for your help...
Sorry, pretty new to access. Looking to find a value based on if it meets the two cireterias.
SELECT fldCOLA,
WHERE qryColaSalaryNum.COLA = COLArate.fldPercentage = qryColaSalaryNum = COLArate.fldSalaryRange
FROM COLArate;
I also want it sorted by qry.ColaSalaryNum.LastName and qry.ColaSalaryNum.FirstName
The value is in the column labeled fldCOLA. I am trying to replicate a VLookup in Excel here.
Thanks for your help...