I have a query, a select query which returns a recordset based on two input parameters. However, there is another condition that needs to be met. There is one field called 'PerformanceCriteria', which is Yes/No field. And based on the value of this field, another field'PerformanceAchieved', from the same table is displayed/not displayed on the ASP web page.
Is there a way, i can achieve this, in Access queries itself?? Can i control when a particular field should be returned in the recordset, based on the value of another field in the same table. This condition is in addition to two input parameters, which are used in the where clause of the query to select the records.
Is there a way, i can achieve this, in Access queries itself?? Can i control when a particular field should be returned in the recordset, based on the value of another field in the same table. This condition is in addition to two input parameters, which are used in the where clause of the query to select the records.