F
fin
Can a query criteria contain an IIF Statement? I am trying
to write an IIF Statement that will either bring up the
results based on a sigle piece of data or all the records.
IIF(Forms![Name]![cmbProSel]="All People",<All Records>,
Forms![Name]![cmbProSel])
I don't know what woudl go in <All Records> if possible.
Thanks!
to write an IIF Statement that will either bring up the
results based on a sigle piece of data or all the records.
IIF(Forms![Name]![cmbProSel]="All People",<All Records>,
Forms![Name]![cmbProSel])
I don't know what woudl go in <All Records> if possible.
Thanks!